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
In file included from D:\Hobby\Arduino\arduino-1.8.7\hardware\STM32GENERIC_huaweiwx\STM32\cores\arduino/Arduino.h:183:0,
from D:\Hobby\Arduino\my_codes\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.h:5,
from D:\Hobby\Arduino\my_codes\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.cpp:38:
D:\Hobby\Arduino\arduino-1.8.7\hardware\STM32GENERIC_huaweiwx\STM32\cores\arduino/stm32/stm32_gpio.h:50:16: error: conflicting declaration 'typedef volatile uint32_t uint32_t'
#define RwReg uint32_t
^
D:\Hobby\Arduino\my_codes\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.h:23:29: note: in expansion of macro 'RwReg'
typedef volatile uint32_t RwReg;
^~~~~
In file included from c:\users\t43\appdata\local\arduino15\packages\arduino\tools\arm-none-eabi-gcc\6 2017-q2-update\arm-none-eabi\include\sys\types.h:64:0,
from c:\users\t43\appdata\local\arduino15\packages\arduino\tools\arm-none-eabi-gcc\6 2017-q2-update\arm-none-eabi\include\stdio.h:61,
from D:\Hobby\Arduino\arduino-1.8.7\hardware\STM32GENERIC_huaweiwx\STM32\cores\arduino/Arduino.h:23,
from D:\Hobby\Arduino\my_codes\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.h:5,
from D:\Hobby\Arduino\my_codes\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.cpp:38:
c:\users\t43\appdata\local\arduino15\packages\arduino\tools\arm-none-eabi-gcc\6 2017-q2-update\arm-none-eabi\include\sys\_stdint.h:48:20: note: previous declaration as 'typedef __uint32_t uint32_t'
typedef __uint32_t uint32_t ;
^~~~~~~~
exit status 1
Error compiling for board Discovery F429ZI(180M).
I am using ver1.3.2 GFX library and Ili9341 V1.2 if that is of any use.
The text was updated successfully, but these errors were encountered:
I am using ver1.3.2 GFX library and Ili9341 V1.2 if that is of any use.
The text was updated successfully, but these errors were encountered: