Revision 210 trunk/toolbox/jumptable.h

jumptable.h (revision 210)
3 3

  
4 4
// Jump table addresses
5 5
// If the bootloader changes, you must change the jump table addresses!
6
#define JT_ADDR             0x7E0
6
#define JT_ADDR             0x7C0
7 7
#define JT_RS485_INIT       ((void*)((JT_ADDR+0) / 2))
8 8
#define JT_RS485_GET_BYTE   ((void*)((JT_ADDR+2)/2))
9 9
#define JT_RS485_SEND_BYTE  ((void*)((JT_ADDR+4)/2))

Also available in: Unified diff