You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling .pio\build\r0\SrcWrapper\src\HAL\stm32yyxx_hal_adc.c.o
In file included from C:\Users\nicol\.platformio\packages\framework-arduinoststm32\cores\arduino/variant.h:15,
from C:\Users\nicol\.platformio\packages\framework-arduinoststm32\system\STM32F7xx/stm32f7xx_hal_conf.h:4,
from C:\Users\nicol\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F7xx_HAL_Driver\Inc/stm32f7xx_hal.h:29,
from C:\Users\nicol\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F7xx_HAL_Driver\Src/stm32f7xx_hal.c:36,
from C:\Users\nicol\.platformio\packages\framework-arduinoststm32\libraries\SrcWrapper\src\HAL\stm32yyxx_hal.c:18:
C:\Users\nicol\.platformio\packages\framework-arduinoststm32\variants\STM32F7xx\F722Z(C-E)T_F732ZET/variant_NUCLEO_F722ZE.h:74: warning: "PE2" redefined
74 | #define PE2 56
|
C:\Users\nicol\.platformio\packages\framework-arduinoststm32\variants\STM32F7xx\F722Z(C-E)T_F732ZET/variant_NUCLEO_F722ZE.h:49: note: this is the location of the previous definition
49 | #define PE2 31
|
Desktop (please complete the following information):
OS: Windows 10
STM32 core version: 2.6.0
Board (please complete the following information):
Name: Nucleo F22ZE
Additional context
PlatformIO reports the following configuration:
Describe the bug
As discussed in this thread, there is a duplicate declaration of
PE_2
in variant_NUCLEO_F722ZE.cpp and therefore ofPE2
as well in variant_NUCLEO_F722ZE.h.To Reproduce
Simple PlatformIO project with the following
platformio.ini
:Screenshots
Desktop (please complete the following information):
Board (please complete the following information):
Additional context
PlatformIO reports the following configuration:
The text was updated successfully, but these errors were encountered: