Skip to content

Commit 249d35c

Browse files
authored
Merge pull request #11848 from manchoz/arduino_nano33ble_itm
Remove ITM Trace support from Arduino Nano 33 BLE
2 parents 5291228 + 6470afc commit 249d35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7853,7 +7853,7 @@
78537853
"features_add": ["BLE", "STORAGE"],
78547854
"components_remove": ["QSPIF"],
78557855
"components_add": ["FLASHIAP"],
7856-
"device_has_remove": ["QSPI"],
7856+
"device_has_remove": ["QSPI", "ITM"],
78577857
"device_has_add": ["FLASH"],
78587858
"macros_add": [
78597859
"CONFIG_GPIO_AS_PINRESET"

0 commit comments

Comments
 (0)