Skip to content

Commit e03c07c

Browse files
committed
fixup! Merge pull request #21662 from AnnsAnns/picotool_bump
1 parent 60f48f3 commit e03c07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/sx126x/sx126x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ int sx126x_init(sx126x_t *dev)
202202

203203
/* Once the command SetDIO3AsTCXOCtrl(...) is sent to the device,
204204
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
205+
changed to 0x2F (33.4 pF) to filter any spurious injection which could occur
206206
and be propagated to the PLL.- Verify that. */
207207
uint8_t trimming_capacitor_values[2] = { 0 };
208208
sx126x_read_register(dev, SX126X_REG_XTATRIM,

0 commit comments

Comments
 (0)