-
Notifications
You must be signed in to change notification settings - Fork 34
Description
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'