Mercurial > public > ostc4
diff Discovery/Src/settings.c @ 1017:5924a2d1d3ba GasConsumption
Prepare custom block update function:
In the flash area of the font lib some sectors may be used for custom data or a boot updater image. With this change a flash option is added to the maintainance menu.
IMPORTANT: The fimwareEraseProgram.c is needed for compiling the firmware now => Add it e.g. by adding a link from the OtherSources location to your source folder.
| author | Ideenmodellierer |
|---|---|
| date | Thu, 29 May 2025 22:04:46 +0200 |
| parents | 8c0134a287da |
| children | 67e3dbc4d212 |
line wrap: on
line diff
--- a/Discovery/Src/settings.c Sun May 11 16:18:20 2025 +0200 +++ b/Discovery/Src/settings.c Thu May 29 22:04:46 2025 +0200 @@ -1914,6 +1914,7 @@ } +#if 0 #ifndef SPECIALPROGRAMM const SHardwareData* hardwareDataGetPointer(void) { @@ -1921,6 +1922,7 @@ } #endif #endif +#endif const SSettings* settingsGetPointerStandard(void) { return &SettingsStandard;
