Skip to content

Commit b1199b0

Browse files
committed
remove redundent 'targets.' in overrides
1 parent bc3d938 commit b1199b0

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
@@ -3316,7 +3316,7 @@
33163316
"OSHCHIP": {
33173317
"inherits": ["MCU_NRF51_32K_UNIFIED"],
33183318
"overrides": {
3319-
"target.lf_clock_src": "NRF_LF_SRC_RC"
3319+
"lf_clock_src": "NRF_LF_SRC_RC"
33203320
}
33213321
},
33223322
"MCU_NRF52": {

0 commit comments

Comments
 (0)