summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/memzip.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-01 21:13:30 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-01 21:13:30 +0000
commitb68d98d61cc013da2df98e5d77d7bf3598d0dd4d (patch)
tree8eac906571eb94f58dbd14c90d34527f2708318f /teensy/memzip.c
parent2cf6dfa280a8149941aafc852fbaae8bdfc4999e (diff)
downloadmicropython-b68d98d61cc013da2df98e5d77d7bf3598d0dd4d.tar.gz
micropython-b68d98d61cc013da2df98e5d77d7bf3598d0dd4d.zip
teensy: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'teensy/memzip.c')
-rw-r--r--teensy/memzip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/teensy/memzip.c b/teensy/memzip.c
index 7934bea6b2..88c0843818 100644
--- a/teensy/memzip.c
+++ b/teensy/memzip.c
@@ -1,8 +1,8 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
-#include "mpconfigport.h"
-#include "misc.h"
+#include "py/mpconfig.h"
+#include "py/misc.h"
#include "memzip.h"
extern uint8_t _staticfs[];