Skip to content

Commit 3bbff6f

Browse files
NicoHoodcmaglie
authored andcommitted
Remove Compiler Warning in Tone.cpp
1 parent 900ae49 commit 3bbff6f

File tree

1 file changed

+1
-1
lines changed
  • hardware/arduino/avr/cores/arduino

1 file changed

+1
-1
lines changed

hardware/arduino/avr/cores/arduino/Tone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ static int8_t toneBegin(uint8_t _pin)
209209
#if defined(WGM42)
210210
bitWrite(TCCR4B, WGM42, 1);
211211
#elif defined(CS43)
212-
#warning this may not be correct
212+
// TODO this may not be correct
213213
// atmega32u4
214214
bitWrite(TCCR4B, CS43, 1);
215215
#endif

0 commit comments

Comments
 (0)