Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Revision:
0:e0b964252a05
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SRecUtils.h	Wed May 19 12:39:18 2010 +0000
@@ -0,0 +1,10 @@
+
+// SRecUtils.h - information and definitions needed for working with S-Records
+
+#include "mbed.h"
+
+#define TRUE 1
+#define FALSE 0
+
+extern int SRecGetByte(FILE *fp);
+extern int SRecGetAddress(int size, FILE *fp);