[ion] Repare blackbox

Change-Id: Icc705241a659e37767cb363be35cbe5fa8070cab
This commit is contained in:
Émilie Feral
2017-06-20 15:32:05 +02:00
parent e37f1418e5
commit 8be899b19a

View File

@@ -24,7 +24,9 @@ Event getEvent(int * timeout) {
char filename[32];
sprintf(filename, "event%d.png", sEventCount);
Ion::Display::Blackbox::writeFrameBufferToFile(filename);
#if DEBUG
printf("Event %d is %s\n", sEventCount, event.name());
#endif
}
return event;
}