When I try to compile my code including SWSerial code I get this error……. Any ideas?
I am using PIC18F14K22 on 32MHz.
rs232.h (465): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (466): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (467): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (468): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (469): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (470): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (471): Error: Found decimal point, but delays can only handle whole numbers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to compile my code including SWSerial code I get this error……. Any ideas?
I am using PIC18F14K22 on 32MHz.
rs232.h (465): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (466): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (467): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (468): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (469): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (470): Error: Found decimal point, but delays can only handle whole numbers
rs232.h (471): Error: Found decimal point, but delays can only handle whole numbers
Got caught by that bug myself a few days ago! I've just uploaded a new update, links are at http://gcbasic.sourceforge.net/update.html
Thanks…..
The compile works great now, now I just have to check if it works in reality. :)