We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c79c8 commit 053595aCopy full SHA for 053595a
c_mpos/src/quirc_decode.c
@@ -76,7 +76,7 @@ static mp_obj_t qrdecode(mp_uint_t n_args, const mp_obj_t *args) {
76
fflush(stdout);
77
78
// Get quirc image buffer and copy grayscale data
79
- QRDECODE_DEBUG_PRINT
+ QRDECODE_DEBUG_PRINT("qrdecode: Beginning quirc processing\n");
80
81
uint8_t *image;
82
quirc_begin(qr, NULL, NULL);
0 commit comments