--- updated for region
This commit is contained in:
parent
5b6a7416c9
commit
b997ca7603
|
@ -94,10 +94,10 @@ extern "C" {
|
|||
/*#define REGION_CN470*/
|
||||
/*#define REGION_CN779*/
|
||||
/*#define REGION_EU433*/
|
||||
#define REGION_EU868
|
||||
/*#define REGION_EU868*/
|
||||
/*#define REGION_KR920*/
|
||||
/*#define REGION_IN865*/
|
||||
#define REGION_US915
|
||||
/*#define REGION_US915*/
|
||||
/*#define REGION_RU864*/
|
||||
|
||||
/*!
|
||||
|
|
|
@ -15,7 +15,6 @@ RM := rm -rf
|
|||
-include Drivers/STM32WLxx_HAL_Driver/subdir.mk
|
||||
-include Drivers/CMSIS/subdir.mk
|
||||
-include Drivers/BSP/STM32WLxx_Nucleo/subdir.mk
|
||||
-include Drivers/BSP/53L8A1/subdir.mk
|
||||
-include Application/User/Startup/subdir.mk
|
||||
-include Application/User/LoRaWAN/Target/subdir.mk
|
||||
-include Application/User/LoRaWAN/App/subdir.mk
|
||||
|
|
|
@ -26,7 +26,6 @@ Application/User/Core \
|
|||
Application/User/LoRaWAN/App \
|
||||
Application/User/LoRaWAN/Target \
|
||||
Application/User/Startup \
|
||||
Drivers/BSP/53L8A1 \
|
||||
Drivers/BSP/STM32WLxx_Nucleo \
|
||||
Drivers/CMSIS \
|
||||
Drivers/STM32WLxx_HAL_Driver \
|
||||
|
|
Loading…
Reference in New Issue