mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
Revert "unix: Include stdio.h to allow easy debugging with printf()."
This reverts commit 8fbabab1a8. Turned to
cause problems on MacOSX.
This commit is contained in:
@@ -24,9 +24,6 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
// Debugging help - use printf() easily
|
||||
#include <stdio.h>
|
||||
|
||||
// options to control how Micro Python is built
|
||||
|
||||
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
|
||||
|
||||
Reference in New Issue
Block a user