From 4598ea7efc540f6c832841ea7708ec4c7dd819e0 Mon Sep 17 00:00:00 2001 From: wiebel Date: Thu, 5 Oct 2017 22:46:32 +0200 Subject: [PATCH] Revert "git test" This reverts commit f4ac188a96c213f6665db2e03689f4f45f09be38. --- src/CANNode.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/CANNode.cpp b/src/CANNode.cpp index f88f508..acb93eb 100644 --- a/src/CANNode.cpp +++ b/src/CANNode.cpp @@ -1,11 +1,10 @@ #include -#define FASTLED_ALLOW_INTERRUPTS 0 // ------------------------------------------------------------- // CANNode for Teensy 3.1/3.2 // // by wiebel -// foo +// #include #include @@ -37,7 +36,6 @@ #define PIO_B 0x40 #define DS2406_BUF_LEN 10 - // Initialisation // Misc #if DEBUG