mirror of
https://github.com/jscrane/r65emu.git
synced 2026-04-19 22:17:10 +00:00
unknown arch error
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user