ArduinoGotchi icon indicating copy to clipboard operation
ArduinoGotchi copied to clipboard

UNO R4 Issue

Open dsons-code opened this issue 3 months ago • 0 comments

In file included from /Users/user/ArduinoGotchi/tamalib.h:23:0, from /Users/user/ArduinoGotchi/ArduinoGotchi.ino:24: /Users/user/ArduinoGotchi/cpu.h:86:3: error: conflicting declaration 'typedef enum pin_t pin_t' } pin_t; ^~~~~ In file included from /Users/user/Library/Arduino15/packages/arduino/hardware/renesas_uno/1.2.2/libraries/BlockDevices/DataFlashBlockDevice.h:26:0, from /Users/user/Library/Arduino15/packages/arduino/hardware/renesas_uno/1.2.2/libraries/BlockDevices/virtualEEPROM.h:23, from /Users/user/Library/Arduino15/packages/arduino/hardware/renesas_uno/1.2.2/libraries/EEPROM/src/EEPROM.h:28, from /Users/user/ArduinoGotchi/ArduinoGotchi.ino:23: /Users/user/Library/Arduino15/packages/arduino/hardware/renesas_uno/1.2.2/libraries/BlockDevices/BlockDevice.h:35:20: note: previous declaration as 'typedef pin_size_t pin_t' typedef pin_size_t pin_t; ^~~~~

exit status 1

Compilation error: conflicting declaration 'typedef enum pin_t pin_t'

dsons-code avatar Nov 22 '24 21:11 dsons-code