Support use of all available scratch RAM

This commit is contained in:
Jeremy Soller
2019-11-20 11:28:21 -07:00
parent 3e8cc817b7
commit 8950a783f4
2 changed files with 34 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ SCRATCH_CC=\
sdcc \
-mmcs51 \
--model-small \
--code-size 1024 \
--code-size 2048 \
--Werror
# Convert from binary file to C header