Remove Compiler Warning in Tone.cpp

This commit is contained in:
Nico 2015-09-25 09:00:44 +02:00 committed by Cristian Maglie
parent 1be98bd7d5
commit a7edf4d66f
1 changed files with 1 additions and 1 deletions

View File

@ -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