Skip to content

Commit 26dedb1

Browse files
committed
Fix board ram size = 0
1 parent 3ed4978 commit 26dedb1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

mbed_app.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
"target.macros_add": [
119119
"USE_USB_FS",
120120
"LOWSPEED=1",
121-
"BOARD_HAS_VIDEO=0"
121+
"BOARD_HAS_VIDEO=0",
122+
"BOARD_RAM_SIZE=0"
122123
],
123124
"target.usb_speed": "USE_USB_OTG_FS",
124125
"target.components_remove" : [

mbed_app_opta.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"target.macros_add": [
6060
"USE_USB_FS",
6161
"LOWSPEED=1",
62-
"BOARD_HAS_VIDEO=0"
62+
"BOARD_HAS_VIDEO=0",
63+
"BOARD_RAM_SIZE=0"
6364
],
6465
"target.usb_speed": "USE_USB_OTG_FS",
6566
"target.components_remove" : [

0 commit comments

Comments
 (0)