Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

SRecUtils.h

Committer:
Just4pLeisure
Date:
2010-05-19
Revision:
0:e0b964252a05

File content as of revision 0:e0b964252a05:


// 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);