Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
8fbabab1
Commit
8fbabab1
authored
May 10, 2015
by
Paul Sokolovsky
Browse files
unix: Include stdio.h to allow easy debugging with printf().
parent
4a60cac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/mpconfigport.h
View file @
8fbabab1
...
@@ -24,6 +24,9 @@
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment