Skip to content

Commit 907345e

Browse files
committed
Fixed (again) interrupts/noInterrupts symbols
1 parent aedd585 commit 907345e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/RCP_Target/LRIRingBuf.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
#if !__has_include("Arduino.h")
4949
void interrupts();
5050
void noInterrupts();
51+
#else
52+
#include <Arduino.h>
5153
#endif
5254

5355
/*

0 commit comments

Comments
 (0)