1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-03 05:29:39 +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)
#include "hw/esp8266-pwm-fs.h"
#else
#error "unknown architecture"
#pragma warn "unknown architecture"
#endif
bool hardware_reset();