Skip to content

Commit 412d0fe

Browse files
committed
Typo in l
1 parent 587c895 commit 412d0fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/LF_Clock_config.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ LF clock source configuration is used for MCU startup initialization and the BLE
1010
1. Clock source
1111

1212
Default clock source is XTAL oscillator. It is defined at the target level configuration.
13-
There are three options that can be configured as the clock source:
14-
- NRF_LF_SRC_XTAL
15-
- NRF_LF_SRC_RC
16-
- NRF_LF_SRC_SYNTH
13+
There are three options that can be configured as the clock source:
14+
- NRF_LF_SRC_XTAL
15+
- NRF_LF_SRC_RC
16+
- NRF_LF_SRC_SYNTH
1717

1818
In order to override this configuration use targed_override section in configuration file (e.g mbed_app.json)
1919

@@ -32,11 +32,11 @@ In order to override this configuration use targed_override section in configura
3232
```json
3333
{
3434
"config": {
35-
"lf_clock_rc_calib_timer_interval" {
35+
"lf_clock_rc_calib_timer_interval": {
3636
"value": 16,
3737
"macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL"
3838
},
39-
"lf_clock_rc_calib_mode_config" {
39+
"lf_clock_rc_calib_mode_config": {
4040
"value": 1,
4141
"macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG"
4242
}

0 commit comments

Comments
 (0)