Skip to content

Commit b7e170c

Browse files
committed
Fixed AU915_MAX_RX1_DR_OFFSET value to 5 instead of 6
1 parent 4d61423 commit b7e170c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mac/region/RegionAU915.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ extern "C"
8888
/*!
8989
* Maximal Rx1 receive datarate offset
9090
*/
91-
#define AU915_MAX_RX1_DR_OFFSET 6
91+
#define AU915_MAX_RX1_DR_OFFSET 5
9292

9393
/*!
9494
* Minimal Tx output power that can be used by the node

0 commit comments

Comments
 (0)