Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libloragw/inc/loragw_hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
#define RX_SUSPENDED 3 /* RX is suspended while a TX is ongoing */

/* Maximum size of Tx gain LUT */
#define TX_GAIN_LUT_SIZE_MAX 16
#define TX_GAIN_LUT_SIZE_MAX 32

/* Listen-Before-Talk */
#define LGW_LBT_CHANNEL_NB_MAX 16 /* Maximum number of LBT channels */
Expand Down