Skip to content

Commit e56c2e0

Browse files
committed
adjust include
1 parent 16655d5 commit e56c2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/arduino/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ typedef uint8_t byte;
2525
#include "AvrMath.h"
2626

2727
#include "AvrAdc.h"
28-
#include <avr/interrupt.h>
28+
#include "avr/interrupt.h"
2929

3030
#include "Godmode.h"
3131

0 commit comments

Comments
 (0)