diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-08 15:08:08 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-08 15:08:08 +0000 |
commit | dc141db64de467b6982ec6d7edad3fcf62b994ab (patch) | |
tree | 7031340f4c70e1319b1c78b31adca329fa1f4bc3 /stm/main.c | |
parent | b97669ab9432146c1303dedfaa7b98f7ede3f8db (diff) | |
parent | e6b6af515449e67d5d3648818a191f3420d6f519 (diff) |
Merge branch 'master' of github.com:dpgeorge/micropython
Diffstat (limited to 'stm/main.c')
-rw-r--r-- | stm/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stm/main.c b/stm/main.c index a038c89b7..a2f3bc7f0 100644 --- a/stm/main.c +++ b/stm/main.c @@ -19,7 +19,8 @@ #include "nlr.h" #include "misc.h" #include "lexer.h" -#include "lexerstm.h" +#include "lexerstr.h" +#include "lexerfatfs.h" #include "parse.h" #include "obj.h" #include "compile.h" |