Skip to content

Commit 9eed0e9

Browse files
committed
Fixed LmHandlerParams_t PingSlotPeriodicity field type from bool to uint8_t
1 parent 5423d4b commit 9eed0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/LoRaMac/common/LmHandler/LmHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ typedef struct LmHandlerParams_s
111111
/*!
112112
* Class B ping-slot periodicity.
113113
*/
114-
bool PingSlotPeriodicity;
114+
uint8_t PingSlotPeriodicity;
115115
}LmHandlerParams_t;
116116

117117
typedef struct LmHandlerCallbacks_s

0 commit comments

Comments
 (0)