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
bf19586c
Commit
bf19586c
authored
Dec 20, 2014
by
Paul Sokolovsky
Browse files
stmhal: Include MICROPY_HAL_H only if defined.
Helps other ports.
parent
6efa66f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/pyexec.c
View file @
bf19586c
...
...
@@ -42,7 +42,9 @@
#include
"repl.h"
#include
"gc.h"
#include
"gccollect.h"
#ifdef MICROPY_HAL_H
#include MICROPY_HAL_H
#endif
#include
"systick.h"
#include
"readline.h"
#include
"pyexec.h"
...
...
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