unknown arch error

This commit is contained in:
Stephen Crane 2018-11-08 17:52:42 +00:00
parent e0df78f602
commit df9d46770d
1 changed files with 2 additions and 2 deletions

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