From 53a9f12bfde61da368890d3f50148ef9b54ee937 Mon Sep 17 00:00:00 2001 From: LXGMAX Date: Tue, 14 Feb 2023 18:13:21 +0800 Subject: [PATCH] merge upstream PR#86 --- libloragw/inc/loragw_hal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libloragw/inc/loragw_hal.h b/libloragw/inc/loragw_hal.h index 6e153a3e..45981b57 100644 --- a/libloragw/inc/loragw_hal.h +++ b/libloragw/inc/loragw_hal.h @@ -45,6 +45,7 @@ License: Revised BSD License, see LICENSE.TXT file include in the project #define LGW_HAL_SUCCESS 0 #define LGW_HAL_ERROR -1 #define LGW_LBT_NOT_ALLOWED 1 +#define LGW_LBT_ISSUE 1 /* radio-specific parameters */ #define LGW_XTAL_FREQU 32000000 /* frequency of the RF reference oscillator */