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.
2 parents 1a1e104 + 01b2c2f commit 19cccbbCopy full SHA for 19cccbb
drivers/sx126x/sx126x.c
@@ -394,9 +394,8 @@ int sx126x_init(sx126x_t *dev)
394
#endif
395
#if IS_USED(MODULE_SX126X_DIO3)
396
if (dev->params->dio3_mode == SX126X_DIO3_TCXO) {
397
- sx126x_set_dio3_as_tcxo_ctrl(dev, dev->params->u_dio3_arg.tcxo_volt,
398
- dev->params->u_dio3_arg.tcx0_timeout);
399
-
+ sx126x_set_dio3_as_tcxo_ctrl(dev, dev->params->dio3_arg.tcxo_volt,
+ dev->params->dio3_arg.tcxo_timeout);
400
/* Once the command SetDIO3AsTCXOCtrl(...) is sent to the device,
401
the register controlling the internal cap on XTA will be automatically
402
changed to 0x2F (33.4 pF) to filter any spurious injection which could occur
0 commit comments