mirror of
https://github.com/adafruit/Adafruit_SSD1306.git
synced 2026-07-27 20:05:50 +00:00
Add support to Renesas RL78
Compiling this library without this change results in a compile error because util/delay.h does not exist on RL78
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
#endif
|
||||
|
||||
#if !defined(__ARM_ARCH) && !defined(ENERGIA) && !defined(ESP8266) && \
|
||||
!defined(ESP32) && !defined(__arc__)
|
||||
!defined(ESP32) && !defined(__arc__) && !defined(__RL78__)
|
||||
#include <util/delay.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user