mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01: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