diff options
author | Damien <damien.p.george@gmail.com> | 2013-10-12 14:30:21 +0100 |
---|---|---|
committer | Damien <damien.p.george@gmail.com> | 2013-10-12 14:30:21 +0100 |
commit | c025ebb2dc38891fff1d451d13382d9717fb1d59 (patch) | |
tree | 803f297d238417c90893a121bf6926519f469f44 /py/asmthumb.c | |
parent | a56f29262661ba6affc50d2e1f6e27ecc7aac116 (diff) |
Separate out mpy core and unix version.
Diffstat (limited to 'py/asmthumb.c')
-rw-r--r-- | py/asmthumb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/asmthumb.c b/py/asmthumb.c index ba61c31f6..a6b95764b 100644 --- a/py/asmthumb.c +++ b/py/asmthumb.c @@ -4,7 +4,7 @@ #include <string.h> #include "misc.h" -#include "machine.h" +#include "mpyconfig.h" #include "asmthumb.h" #define UNSIGNED_FIT8(x) (((x) & 0xffffff00) == 0) |