Revision 202 trunk/toolbox/jumptable.h

jumptable.h (revision 202)
16 16
void (*rs485_init)(uint16_t) = JT_RS485_INIT;
17 17
int8_t (*rs485_get_byte)(uint8_t*) = JT_RS485_GET_BYTE;
18 18
void (*rs485_send_byte)(uint8_t) = JT_RS485_SEND_BYTE;
19
char (*parse_packet)(uint8_t*) = JT_PARSE_PACKET;
20
void (*send_packet)(uint8_t) = JT_SEND_PACKET;
19
char (*parse_packet)(uint8_t*, uint8_t) = JT_PARSE_PACKET;
20
void (*send_packet)(uint8_t, uint8_t) = JT_SEND_PACKET;
21 21

  
22 22
#endif

Also available in: Unified diff