From f4ac188a96c213f6665db2e03689f4f45f09be38 Mon Sep 17 00:00:00 2001 From: wiebel Date: Mon, 2 Oct 2017 16:27:46 +0200 Subject: [PATCH] git test --- src/CANNode.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/CANNode.cpp b/src/CANNode.cpp index bcfd014..120b70c 100644 --- a/src/CANNode.cpp +++ b/src/CANNode.cpp @@ -1,10 +1,11 @@ #include +#define FASTLED_ALLOW_INTERRUPTS 0 // ------------------------------------------------------------- // CANNode for Teensy 3.1/3.2 // // by wiebel -// +// foo #include #include @@ -37,6 +38,7 @@ #define PIO_B 0x40 #define DS2406_BUF_LEN 10 + // Initialisation // Misc #if DEBUG