From 46d907c17215b6ad55b41477a95fc3f491cd0b5e Mon Sep 17 00:00:00 2001 From: Thammi Date: Fri, 30 Aug 2013 17:25:06 +0200 Subject: [PATCH] Remove old TODO --- firmware/lib/music.c | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/lib/music.c b/firmware/lib/music.c index 7f72ccf..c620ee1 100644 --- a/firmware/lib/music.c +++ b/firmware/lib/music.c @@ -30,7 +30,6 @@ void play_melody(uint16_t notes[], size_t len, uint8_t octave, int speed) { size_t i; - // TODO: get away from the int to double conversion to free half of our flash ... for(i = 0; i < len; ++i) { if(notes[i] == MLDY_PAUSE) { ++i;