Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Revision:
1:d5452e398b76
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/srecutils.h	Tue Sep 14 21:02:04 2010 +0000
@@ -0,0 +1,19 @@
+/*******************************************************************************
+
+srecutils.h - information and definitions needed for working with S-Records
+(c) 2010 by Sophie Dexter
+
+********************************************************************************
+
+WARNING: Use at your own risk, sadly this software comes with no guarantees.
+This software is provided 'free' and in good faith, but the author does not
+accept liability for any damage arising from its use.
+
+*******************************************************************************/
+
+#include "mbed.h"
+
+#include "common.h"
+
+extern int SRecGetByte(FILE *fp);
+extern int SRecGetAddress(int size, FILE *fp);