Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 67724d3

Browse files
authored
Merge pull request #5 from adafruit/fix-missing-same5x-header
remove same51.h include
2 parents 9eb6a00 + febf865 commit 67724d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CANSAME5x.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include "CANSAME5x.h"
1010
#include "wiring_private.h"
1111

12-
#include "same51.h"
13-
1412
#define DEBUG_CAN (0)
1513
#if DEBUG_CAN
1614
#define DEBUG_PRINT(...) (Serial.print(__VA_ARGS__), ((void)0))

0 commit comments

Comments
 (0)