This commit is contained in:
Stephen Crane 2019-03-25 16:12:26 +00:00
parent 0489c1d283
commit 61725b7865
1 changed files with 1 additions and 1 deletions

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();