-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit f72f3f1
lora-sx126x: Fix invert_iq_rx / invert_iq_tx behaviour.
This commit fixes a typo and changes a tuple that needs to be mutable to a
list (because other parts of the code change elements of this list).
Signed-off-by: Damien George <damien@micropython.org>1 parent 221a877 commit f72f3f1
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | - | ||
366 | + | ||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | - | ||
370 | + | ||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | - | ||
452 | + | ||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 | | |
3 | 3 | | |
0 commit comments