Commit Graph

6 Commits

Author SHA1 Message Date
skarg 4646df1188 modified while adding pic18 support 2005-04-20 17:09:26 +00:00
skarg fe5b2f86e7 Modified to compile correctly using MicroChip C18 compiler (mcc18), although I had to turn on all optimizations to fit it into the 18F252 32k code space (88% full). 2005-04-13 20:52:18 +00:00
skarg b6c2937da1 Moved some functions around to reduce amount of prototypes 2004-10-03 21:48:41 +00:00
akchu e5274a8881 1) Created MSTP_Create_And_Send_Frame function.
2) Moved MSTP_Create_Frame call out of rs485.c and into mstp.c
3) Modified all previous calls to RS485_Send_Frame calls to call
MSTP_Create_And_Send_Frame instead.
2004-10-03 17:20:48 +00:00
akchu b27c45d756 Changed TRUE->true, FALSE->false, "stdint.h"-><stdint.h>,
"stdbool.h"-><stdbool.h> to make code C99 compliant.
2004-10-03 16:17:22 +00:00
skarg 9a9e31ace6 Initial revision 2004-09-22 19:08:48 +00:00