Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 88c6b4b

Browse filesBrowse files
authored
add mocked util/atomic
1 parent 6759dd1 commit 88c6b4b
Copy full SHA for 88c6b4b

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎cpp/arduino/util/atomic.h

Copy file name to clipboardExpand all lines: cpp/arduino/util/atomic.h
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.