From febf86573760e53178c4aebdad2c692bda822ce2 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 10 May 2021 18:15:40 +0700 Subject: [PATCH] remove same51.h include --- src/CANSAME5x.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CANSAME5x.cpp b/src/CANSAME5x.cpp index 8a035b8..30152b1 100644 --- a/src/CANSAME5x.cpp +++ b/src/CANSAME5x.cpp @@ -9,8 +9,6 @@ #include "CANSAME5x.h" #include "wiring_private.h" -#include "same51.h" - #define DEBUG_CAN (0) #if DEBUG_CAN #define DEBUG_PRINT(...) (Serial.print(__VA_ARGS__), ((void)0))