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: mbed MODSERIAL FATFileSystem
Diff: ConfigFileIO/ConfigFileIO.cpp
- Revision:
- 95:1aac4086928a
- Parent:
- 88:1813f583cee9
- Child:
- 99:9d0849f5fcd7
- Child:
- 101:c24f70abb124
diff -r 7ea429bcbbae -r 1aac4086928a ConfigFileIO/ConfigFileIO.cpp --- a/ConfigFileIO/ConfigFileIO.cpp Thu May 16 18:11:18 2019 +0000 +++ b/ConfigFileIO/ConfigFileIO.cpp Fri May 17 14:25:03 2019 +0000 @@ -440,7 +440,7 @@ neutral_txt.setValue("batt_neutral_mm", string_batt); - //SAVE THE DATA! also put the data insto the neutral struct + //SAVE THE DATA! also put the data into the neutral struct neutralStruct.batt_neutral_mm = batt_neutral_mm; neutralStruct.bce_neutral_mm = bce_neutral_mm; neutralStruct.setval = setval;