Updated PIC18 port.

This commit is contained in:
skarg
2006-09-01 18:02:44 +00:00
parent 55441280e4
commit 0e58e76090
7 changed files with 93 additions and 86 deletions
+1 -2
View File
@@ -29,7 +29,6 @@
#include "bytes.h"
#include "crc.h"
#include "rs485.h"
#include "ringbuf.h"
#include "init.h"
#include "timer.h"
#include "datalink.h"
@@ -152,7 +151,7 @@ void main(void)
(handler_unrecognized_service);
/* we must implement read property - it's required! */
apdu_set_confirmed_handler(SERVICE_CONFIRMED_READ_PROPERTY,
handler_read_property);
My_Read_Property_Handler);
/* handle communication so we can shutup when asked */
apdu_set_confirmed_handler
(SERVICE_CONFIRMED_DEVICE_COMMUNICATION_CONTROL,