From a7edf4d66f66d42ebb7e166762ac7c11cb299a3f Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 25 Sep 2015 09:00:44 +0200 Subject: Remove Compiler Warning in Tone.cpp --- cores/arduino/Tone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cores/arduino/Tone.cpp') diff --git a/cores/arduino/Tone.cpp b/cores/arduino/Tone.cpp index 4e058cd..1bfb3e3 100644 --- a/cores/arduino/Tone.cpp +++ b/cores/arduino/Tone.cpp @@ -209,7 +209,7 @@ static int8_t toneBegin(uint8_t _pin) #if defined(WGM42) bitWrite(TCCR4B, WGM42, 1); #elif defined(CS43) - #warning this may not be correct + // TODO this may not be correct // atmega32u4 bitWrite(TCCR4B, CS43, 1); #endif -- cgit v1.2.3-18-g5258