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.
Dependencies: 1-wire clock crypto fram log lpc1768 net web wiz mbed
Diff: main/main.c
- Revision:
- 4:d98e267bbd8d
- Parent:
- 3:f1464bf461c1
--- a/main/main.c Thu May 13 16:49:56 2021 +0000 +++ b/main/main.c Thu May 13 19:09:54 2021 +0000 @@ -25,7 +25,7 @@ Lpc1768Init(); ClkInit(); LogInit(ClkNowTmUtc, 115200); - if ( SettingsInit()) goto end; //Fram is initialised here + if ( SettingsInit()) goto end; //Uses log. Fram is initialised here CryptoInit(); //Uses log NetInit(); WebInit();