1
0
mirror of https://github.com/jscrane/r65emu.git synced 2025-01-18 09:31:19 +00:00
This commit is contained in:
Stephen Crane 2019-03-25 16:12:26 +00:00
parent 0489c1d283
commit 61725b7865

View File

@ -11,7 +11,7 @@
#elif defined(ESP8266) #elif defined(ESP8266)
#include "hw/esp8266-pwm-fs.h" #include "hw/esp8266-pwm-fs.h"
#else #else
#error "unknown architecture" #pragma warn "unknown architecture"
#endif #endif
bool hardware_reset(); bool hardware_reset();