Skip to content

Commit 1d53f8f

Browse files
cleanups
1 parent 3909c10 commit 1d53f8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

c_mpos/src/quirc_decode.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <stdio.h>
2-
#include <esp_log.h> // For ESP-IDF logging
32
#include "py/obj.h"
43
#include "py/runtime.h"
54
#include "py/mperrno.h"
@@ -135,7 +134,7 @@ static mp_obj_t qrdecode(mp_uint_t n_args, const mp_obj_t *args) {
135134
fflush(stdout);
136135
*/
137136

138-
printf("qrdecode: Returning result\n");
137+
QRDECODE_DEBUG_PRINT("qrdecode: Returning result\n");
139138
//return result;
140139
return mp_const_none; // MicroPython functions typically return None
141140
}

0 commit comments

Comments
 (0)