1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-07 16:34:44 +00:00

unknown arch error

This commit is contained in:
Stephen Crane 2018-11-08 17:52:42 +00:00
parent e0df78f602
commit df9d46770d

View File

@ -10,8 +10,8 @@
#include "hw/esp32-utft-dac.h"
#elif defined(ESP8266)
#include "hw/esp8266-pwm.h"
#elif defined(LM4F)
#include "hw/lm4f-utft-sd.h"
#else
#error "unknown architecture"
#endif
bool hardware_reset();