Skip to content

Commit

Permalink
Merge pull request #273 from fabiopjve/patch-1
Browse files Browse the repository at this point in the history
Add support for Renesas RL78
  • Loading branch information
ladyada authored Oct 28, 2024
2 parents c95c1c4 + 8a95bae commit 00fa0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_SSD1306.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00fa0bd

Please sign in to comment.