Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

srecutils.h

Committer:
Just4pLeisure
Date:
2011-06-07
Revision:
3:92dae9083c83
Parent:
1:d5452e398b76

File content as of revision 3:92dae9083c83:

/*******************************************************************************

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