Skip to content

Commit a17719a

Browse files
switch ENDFUNCTIONS for the value on the symbols page for 32-bit platforms
1 parent efa5831 commit a17719a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ulisp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, MOSI, SCK, TFT_RST);
112112
#define stringify(x) stringifyX(x)
113113
#define PACKEDS 0x43238000
114114
#define BUILTINS 0xF4240000
115-
#define ENDFUNCTIONS 1536
115+
#define ENDFUNCTIONS 0x0BDC0000
116116

117117
#define fntype(x) (((uint8_t)(x))>>6)
118118
#define getminargs(x) ((((uint8_t)(x))>>3)&7)

0 commit comments

Comments
 (0)