pxt-common-packages 12.3.29 → 12.3.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1169,7 +1169,7 @@ bool removeElement(RefCollection *c, TValue x);
1169
1169
  #if MICROBIT_TOP_OF_FLASH
1170
1170
  #define FLASH_TOP MICROBIT_TOP_OF_FLASH
1171
1171
  #else
1172
- #define FLASH_TOP 0x00000000
1172
+ #define FLASH_TOP 0x00073000
1173
1173
  #endif
1174
1174
  #else
1175
1175
  #define FLASH_TOP 0x00000000
@@ -29,7 +29,7 @@ class WStorage {
29
29
  #elif defined(SAMD21)
30
30
  fs(flash, 256 * 1024 - size, size),
31
31
  #elif defined(MICROBIT_CODAL) && MICROBIT_CODAL
32
- fs(flash, MICROBIT_TOP_OF_FLASH - size, size),
32
+ fs(flash, FLASH_TOP - size, size),
33
33
  #elif defined(NRF52_SERIES)
34
34
  #define NRF_BOOTLOADER_START *(uint32_t *)0x10001014
35
35
  fs(flash,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-common-packages",
3
- "version": "12.3.29",
3
+ "version": "12.3.30",
4
4
  "description": "Microsoft MakeCode (PXT) common packages",
5
5
  "keywords": [
6
6
  "MakeCode",