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:
Fábio Pereira
2024-06-20 21:04:16 -04:00
committed by GitHub
parent 5fa3388757
commit 8a95baeced
+1 -1
View File
@@ -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