Closed
Description
Hi,
I was trying to compile on version 2.3 of the Generic STM32WL series board "Generic WLE5CCUx" and I got this error:
STM32LoRaWAN.cpp:1113:3: error: 'vcore_debug' was not declared in this scope; did you mean 'core_debug'?
I fix the error changing "vcore_debug" to "core_debug". I created a fork with this fixed #4 . But now when that was fixed appears new errors:
STM32LoRaWAN-main\src\BSP\subghz.h:50:8: error: unknown type name 'SUBGHZ_HandleTypeDef'
50 | extern SUBGHZ_HandleTypeDef hsubghz;
STM32LoRaWAN-main\src\BSP\subghz.c:43:1: error: unknown type name 'SUBGHZ_HandleTypeDef'; did you mean 'UART_HandleTypeDef'?
43 | SUBGHZ_HandleTypeDef hsubghz;