We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072fcab commit b58d40eCopy full SHA for b58d40e
samples/nrf5340/empty_app_core/src/main.c
@@ -61,7 +61,7 @@ static int network_gpio_allow(void)
61
* and P0.01 (XL2), as they need to stay configured with the value
62
* Peripheral.
63
*/
64
-#if DT_NODE_HAS_PROP(LFXO_NODE, load_capacitors) || defined(CONFIG_SOC_ENABLE_LFXO)
+#if DT_NODE_HAS_PROP(LFXO_NODE, load_capacitors)
65
uint32_t start_pin = 2;
66
#else
67
uint32_t start_pin = 0;
0 commit comments