fix DEBUG calls

This commit is contained in:
LiquidFenrir
2018-05-11 15:59:17 +02:00
parent 403453c3fc
commit 3dad4e2a67
3 changed files with 4 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ static u16 * camera_buf = NULL;
void exit_qr(qr_data *data)
{
DEBUG("Exiting QR");
DEBUG("Exiting QR\n");
svcSignalEvent(data->cancel);
while(!data->finished)
svcSleepThread(1000000);