Skip to content

Commit 053595a

Browse files
Fix debug
1 parent b6c79c8 commit 053595a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_mpos/src/quirc_decode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static mp_obj_t qrdecode(mp_uint_t n_args, const mp_obj_t *args) {
7676
fflush(stdout);
7777

7878
// Get quirc image buffer and copy grayscale data
79-
QRDECODE_DEBUG_PRINT
79+
QRDECODE_DEBUG_PRINT("qrdecode: Beginning quirc processing\n");
8080
fflush(stdout);
8181
uint8_t *image;
8282
quirc_begin(qr, NULL, NULL);

0 commit comments

Comments
 (0)