You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
unix/mpconfigport.h: Include stdio.h by default.
This allows to use printf() in a any source file with unix port, for quick debugging.
This commit is contained in:
@@ -301,3 +301,6 @@ void mp_unix_mark_exec(void);
|
||||
#ifndef _DIRENT_HAVE_D_INO
|
||||
#define _DIRENT_HAVE_D_INO (1)
|
||||
#endif
|
||||
|
||||
// For debugging purposes, make printf() available to any source file.
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user