Skip to content

Commit b58d40e

Browse files
committed
samples: nrf5340: empty_app_core: Fix invalid Kconfig reference
This Kconfig does not exist Signed-off-by: Jamie McCrae <[email protected]>
1 parent 072fcab commit b58d40e

File tree

1 file changed

+1
-1
lines changed
  • samples/nrf5340/empty_app_core/src

1 file changed

+1
-1
lines changed

samples/nrf5340/empty_app_core/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static int network_gpio_allow(void)
6161
* and P0.01 (XL2), as they need to stay configured with the value
6262
* Peripheral.
6363
*/
64-
#if DT_NODE_HAS_PROP(LFXO_NODE, load_capacitors) || defined(CONFIG_SOC_ENABLE_LFXO)
64+
#if DT_NODE_HAS_PROP(LFXO_NODE, load_capacitors)
6565
uint32_t start_pin = 2;
6666
#else
6767
uint32_t start_pin = 0;

0 commit comments

Comments
 (0)