Skip to content

Commit

Permalink
Fix CODAL_VERSION config value defined in target.json
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Sep 13, 2024
1 parent bd446c4 commit e88ca61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"HARDWARE_NEOPIXEL": 1,
"CODAL_TIMER_32BIT": 1,
"DEVICE_BLE": 1,
"CODAL_VERSION": "unknown"
"CODAL_VERSION": "\"unknown\""
},
"definitions":"-DAPP_TIMER_V2 -DAPP_TIMER_V2_RTC1_ENABLED -DNRF_DFU_TRANSPORT_BLE=1 -DNRF52833_XXAA -DNRF52833 -DTARGET_MCU_NRF52833 -DNRF5 -DNRF52833 -D__CORTEX_M4 -DS113 -DTOOLCHAIN_GCC -D__START=target_start",

Expand Down

0 comments on commit e88ca61

Please sign in to comment.