Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Revision:
1:d5452e398b76
Parent:
0:e0b964252a05
Child:
2:bf3a2b29259a
--- a/CANUtils.h	Wed May 19 12:39:18 2010 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-
-// CANUtils.h - information and definitions needed for the CAN bus
-
-#include "CAN.h"
-#include "mbed.h"
-
-#define TRUE 1
-#define FALSE 0
-
-extern void CANOpen();
-extern void CANClose();
-
-extern bool CANSendTimeout (int id, char *frame, int len, int timeout);
-extern bool CANWaitTimeout (int id, char *frame, int len, int timeout);