mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Remove Compiler Warning in Tone.cpp
This commit is contained in:
parent
900ae49ee7
commit
3bbff6fd2a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user