From e88ca61bbd1fcad76d20fb9e02f9e5c86e381262 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Fri, 13 Sep 2024 17:50:31 +0100 Subject: [PATCH] Fix CODAL_VERSION config value defined in target.json --- target.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target.json b/target.json index 23cc9073..dce155d4 100644 --- a/target.json +++ b/target.json @@ -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",