unix: Include stdio.h to allow easy debugging with printf().
This commit is contained in:
parent
4a60cac916
commit
8fbabab1a8
|
@ -24,6 +24,9 @@
|
||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Debugging help - use printf() easily
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
// options to control how Micro Python is built
|
// options to control how Micro Python is built
|
||||||
|
|
||||||
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
|
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
|
||||||
|
|
Loading…
Reference in New Issue