Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: FreeMASTER_HelloWorld FreeMASTER_HelloWorld2 FreeMASTER_HelloWorld3
Fork of freemaster_lib by
Diff: freemaster.h
- Revision:
- 9:61b2beb811bf
- Parent:
- 0:fb135bf60f82
- Child:
- 12:15696acfeebe
--- a/freemaster.h Thu May 15 08:52:08 2014 +0000 +++ b/freemaster.h Tue Jun 03 22:56:38 2014 +0000 @@ -100,6 +100,7 @@ FMSTR_BOOL FMSTR_Init(void); /* general initialization */ void FMSTR_Poll(void); /* polling call, use in SHORT_INTR and POLL_DRIVEN modes */ void FMSTR_Isr(void); /* SCI interrupt handler for LONG_INTR and SHORT_INTR modes */ +void FMSTR_SetSciMbedObject(FMSTR_ADDR pSerObj); /* Recorder API */ void FMSTR_Recorder(void);
