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.
Fork of mbed_fota by
Diff: ext_fota/SerialManager.h
- Revision:
- 6:8dd20294b2aa
- Parent:
- 5:e11b23f9aacc
- Child:
- 9:fcf91f563147
diff -r e11b23f9aacc -r 8dd20294b2aa ext_fota/SerialManager.h --- a/ext_fota/SerialManager.h Mon Jul 13 06:32:05 2015 +0000 +++ b/ext_fota/SerialManager.h Fri Jul 17 14:04:12 2015 +0000 @@ -14,6 +14,7 @@ int SendToSerial(uint8_t *data,unsigned short size); int ReceiveToSerial(unsigned char *receive_msg); void ReceiveToSerialTest(void); + void DataReceive(uint8_t *databuf, unsigned short size); private: void PrintSerialManager(void);