Skip to content

Commit

Permalink
ESP32 supports the rsil and ws assembly commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Jun 17, 2023
1 parent 7ff3c94 commit c9ffa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RingBuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define RB_ATOMIC_END }


#elif defined(ARDUINO_ARCH_ESP8266)
#elif defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)
#ifndef __STRINGIFY
#define __STRINGIFY(a) #a
#endif
Expand Down

0 comments on commit c9ffa5a

Please sign in to comment.