Skip to content

Commit

Permalink
[build] Make ROM default 256 to minimize need for specifying it (zeph…
Browse files Browse the repository at this point in the history
…yrproject-rtos#738)

Signed-off-by: Geoff Gustafson <[email protected]>
  • Loading branch information
grgustaf authored and Jimmy Huang committed Feb 15, 2017
1 parent be6e80f commit 769bd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BOARD ?= arduino_101
RAM ?= 55
ROM ?= 144
ROM ?= 256

# Dump memory information: on = print allocs, full = print allocs + dump pools
TRACE ?= off
Expand Down

0 comments on commit 769bd0d

Please sign in to comment.