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: test-lpc1768 oldheating gps motorhome ... more
Diff: firmware.h
- Revision:
- 29:1749efa34a64
- Parent:
- 28:00c3324e2434
- Child:
- 30:400574681e9c
--- a/firmware.h Tue Feb 26 13:25:02 2019 +0000 +++ b/firmware.h Wed Feb 27 18:59:03 2019 +0000 @@ -4,6 +4,6 @@ extern char* FirmwareFileName; extern void FirmwareStart(int contentlength); -extern bool FirmwareAdd (char* pDataStart, int dataLength); +extern bool FirmwareAdd (const char* pDataStart, int dataLength); extern void FirmwareMain(void);