box.cpp herschreven voor snelheid en bugloosheid. Plus, coole edits in het algemeen.

This commit is contained in:
Thulinma 2011-03-21 20:28:02 +01:00
parent c12c5d1f97
commit 95f62fde10
4 changed files with 27 additions and 69 deletions

View file

@ -285,7 +285,7 @@ int mainHandler(int CONN_fd){
FlashBuf.append(Audio_Init.data, Audio_Init.len);
FlashFirstAudio = false;
}
#if DEBUG >= 4
#if DEBUG >= 5
fprintf(stderr, "Received a tag of type %2hhu and length %i\n", tag->data[0], tag->len);
#endif
FlashBuf.append(tag->data,tag->len);