diff options
author | blmorris <bryan.morrissey@gmail.com> | 2014-07-21 12:50:10 -0400 |
---|---|---|
committer | blmorris <bryan.morrissey@gmail.com> | 2014-07-21 12:50:10 -0400 |
commit | 721d6240c951d7f38289fdfb702536dfa155fdd8 (patch) | |
tree | 84ba9fba1218648f73f38346b30ad847437d3046 /stmhal/readline.c | |
parent | ef204733d6abc31b09e4e7823d4665fafebd87ed (diff) | |
parent | 4038f513ea0a6be75ecbc4d8ab2bbe2349524bca (diff) | |
download | micropython-721d6240c951d7f38289fdfb702536dfa155fdd8.tar.gz micropython-721d6240c951d7f38289fdfb702536dfa155fdd8.zip |
Merge https://github.com/blmorris/micropython into Myriad2
Diffstat (limited to 'stmhal/readline.c')
-rw-r--r-- | stmhal/readline.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stmhal/readline.c b/stmhal/readline.c index 0703dcf4ea..14c9b9fb96 100644 --- a/stmhal/readline.c +++ b/stmhal/readline.c @@ -34,9 +34,10 @@ #include "misc.h" #include "obj.h" #include MICROPY_HAL_H -#include "pybstdio.h" #include "readline.h" #include "usb.h" +#include "uart.h" +#include "pybstdio.h" #if 0 // print debugging info #define DEBUG_PRINT (1) |