Move g_sys to the forth heap.
This commit is contained in:
@ -23,5 +23,5 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
g_sys.rp = forth_run(g_sys.rp);
|
||||
g_sys->rp = forth_run(g_sys->rp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user