Commit 3a81f28
committed
RadioLibWrappers.cpp: Fix STATE_TX_WAIT bitmask
STATE_TX_WAIT is meant to be a single bit but is defined as two bits,
therefore overlapping with STATE_RX. This causes incorrect results
when the code uses the bits to handle the state machine. Fix this.
Signed-off-by: Frieder Schrempf <frieder@fris.de>1 parent 5cd6a0a commit 3a81f28
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments