Skip to content

Commit

Permalink
add run-cl-arduino.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ackPeng committed Dec 24, 2024
1 parent ed252c4 commit c726c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RadioHead.h
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,8 @@
#if defined(__arm__)
#include <RHutil/atomic.h>
#else
#include <util/atomic.h>
// #include <util/atomic.h>
#include <stdatomic.h>
#endif
#define ATOMIC_BLOCK_START ATOMIC_BLOCK(ATOMIC_RESTORESTATE) {
#define ATOMIC_BLOCK_END }
Expand Down

0 comments on commit c726c1e

Please sign in to comment.