We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d597f0c commit 2ef50b7Copy full SHA for 2ef50b7
inc/MicroBitConfig.h
@@ -59,7 +59,7 @@
59
#ifdef SOFTDEVICE_PRESENT
60
#define MICROBIT_STORAGE_PAGE ( MICROBIT_BOOTLOADER_ADDRESS - MICROBIT_CODEPAGESIZE * 3)
61
#else
62
- #define MICROBIT_STORAGE_PAGE ( 0x7F000 )
+ #define MICROBIT_STORAGE_PAGE ( 0x0007F000 )
63
#endif
64
65
@@ -71,7 +71,7 @@
71
72
#define MICROBIT_DEFAULT_SCRATCH_PAGE ( MICROBIT_BOOTLOADER_ADDRESS - MICROBIT_CODEPAGESIZE * 4)
73
74
- #define MICROBIT_DEFAULT_SCRATCH_PAGE ( 0x7E000 )
+ #define MICROBIT_DEFAULT_SCRATCH_PAGE ( 0x0007E000 )
75
76
77
0 commit comments