1
0
forked from me/IronOS

A bit of clean-up & update configuration.h files (#1717)

* BSP/configuration.h: update & clean-up macro defines

* BSP/MHP30/configuration.h: add lost-during-update macro
This commit is contained in:
Ivan Zorin
2023-06-20 08:01:27 +03:00
committed by GitHub
parent 155cf386b1
commit 0a3dfb34ec
5 changed files with 19 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
#include <stdint.h>
/**
* Configuration.h
* Define here your default pre settings for TS80(P) or S60
* Define here your default pre settings for S60
*
*/
@@ -163,9 +163,9 @@
#define OLED_I2CBB2
#define MODEL_HAS_DCDC // We dont have DC/DC but have reallly fast PWM that gets us roughly the same place
#endif
#endif
#endif /* S60 */
#define FLASH_LOGOADDR (0x08000000 + (62 * 1024))
#define SETTINGS_START_PAGE (0x08000000 + (63 * 1024))
#endif /* CONFIGURATION_H_ */