Remove old TODO

This commit is contained in:
Thammi 2013-08-30 17:25:06 +02:00
parent a597b69b56
commit 46d907c172

View File

@ -30,7 +30,6 @@ void play_melody(uint16_t notes[], size_t len, uint8_t octave, int speed) {
size_t i; size_t i;
// TODO: get away from the int to double conversion to free half of our flash ...
for(i = 0; i < len; ++i) { for(i = 0; i < len; ++i) {
if(notes[i] == MLDY_PAUSE) { if(notes[i] == MLDY_PAUSE) {
++i; ++i;