8000 Update machine_pwm.c · micropython/micropython@983b093 · GitHub
[go: up one dir, main page]

Skip to content

Commit 983b093

Browse 8000 files
committed
Update machine_pwm.c
1 parent e29f363 commit 983b093

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ports/esp32/machine_pwm.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ 798F -30,7 +30,9 @@
3030
#include <assert.h>
3131
#include <math.h>
3232

33-
//#define MP_PRN_LEVEL 1000 // 3 // 1000 show all messages
33+
#define MP_PRN_LEVEL 0 // 3 // 1000 show all messages
34+
#define MP_PRN(...)
35+
3436
#include "py/mpprint.h"
3537

3638
#include "py/runtime.h"

0 commit comments

Comments
 (0)
0