Skip to content

Commit 18a958b

Browse files
authored
oops
1 parent bf9b479 commit 18a958b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/base/pxtbase.h

+4
Original file line numberDiff line numberDiff line change
@@ -1166,9 +1166,13 @@ bool removeElement(RefCollection *c, TValue x);
11661166
#define FLASH_TOP 0x00000000
11671167
#else
11681168
#if MICROBIT_CODAL
1169+
#if MICROBIT_TOP_OF_FLASH
11691170
#define FLASH_TOP MICROBIT_TOP_OF_FLASH
11701171
#else
11711172
#define FLASH_TOP 0x00000000
1173+
#endif
1174+
#else
1175+
#define FLASH_TOP 0x00000000
11721176
#endif
11731177
#endif
11741178

0 commit comments

Comments
 (0)