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 60f48f3 commit e03c07cCopy full SHA for e03c07c
drivers/sx126x/sx126x.c
@@ -202,7 +202,7 @@ int sx126x_init(sx126x_t *dev)
202
203
/* Once the command SetDIO3AsTCXOCtrl(...) is sent to the device,
204
the register controlling the internal cap on XTA will be automatically
205
- changed to 0x2F (33.4 pF) to filter any spurious which could occur
+ changed to 0x2F (33.4 pF) to filter any spurious injection which could occur
206
and be propagated to the PLL.- Verify that. */
207
uint8_t trimming_capacitor_values[2] = { 0 };
208
sx126x_read_register(dev, SX126X_REG_XTATRIM,
0 commit comments