Skip to content

Commit 91448a6

Browse files
committed
Update mpprint.h
1 parent eb43c44 commit 91448a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/mpprint.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ int mp_printf(const mp_print_t *print, const char *fmt, ...);
7979
int mp_vprintf(const mp_print_t *print, const char *fmt, va_list args);
8080
#endif
8181

82-
#endif // MICROPY_INCLUDED_PY_MPPRINT_H
83-
8482
#if defined(MP_PRN_LEVEL) && (MP_PRN_LEVEL > 0)
8583
// Debug messages during code developing with MP_PRN(level, ...) & MP_PRN_LEVEL.
8684
// An approximate hierarchy of debug levels MP_PRN_LEVEL is:
@@ -129,3 +127,5 @@ void foo() {
129127
// Then add MP_PRN(3, ...) and when gets too much messages then change some messages to the next level MP_PRN(4, ...), or MP_PRN(2, ...) etc.
130128
// Then you may change MP_PRN_LEVEL to 2(reduce printing), and finally to 0(supress printing).
131129
*/
130+
131+
#endif // MICROPY_INCLUDED_PY_MPPRINT_H

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy