Skip to content

Commit 88c6b4b

Browse files
authored
add mocked util/atomic
1 parent 6759dd1 commit 88c6b4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/arduino/util/atomic.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
/* Internal helper functions. */
4343
static __inline__ uint8_t __iSeiRetVal(void)
4444
{
45-
sei();
45+
// Just do nothing
46+
// sei();
4647
return 1;
4748
}
4849

0 commit comments

Comments
 (0)