Make ROM const

This commit is contained in:
Toby Jaffey 2025-12-09 22:08:53 +00:00
parent 76fba39a21
commit ac554865a6
6 changed files with 11 additions and 7 deletions

View file

@ -1,2 +1,2 @@
// Arduino cannot do -DUVM32_MEMORY_SIZE, so set this explicitly
#define UVM32_MEMORY_SIZE 600
#define UVM32_MEMORY_SIZE 16*1024