summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/modpyb.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-08-03 16:48:53 +0100
committerDamien George <damien.p.george@gmail.com>2014-08-03 16:48:53 +0100
commitce23f67d9ec96d78db559f020acef6910f47e0f0 (patch)
tree1269816fbd09cd0b5523edee8f5935247fe8cc6d /teensy/modpyb.c
parent2e41646eb76348a25eb2f20bd1a46e6fbdbc82df (diff)
parente40c72210fef12db4b10e1070b9254ebc962c07e (diff)
downloadmicropython-ce23f67d9ec96d78db559f020acef6910f47e0f0.tar.gz
micropython-ce23f67d9ec96d78db559f020acef6910f47e0f0.zip
Merge pull request #784 from dhylands/fix-teensy-2014-08-02
Fix teensy to work with the latest tree.
Diffstat (limited to 'teensy/modpyb.c')
-rw-r--r--teensy/modpyb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/modpyb.c b/teensy/modpyb.c
index 64b9bda2d9..81149d89bf 100644
--- a/teensy/modpyb.c
+++ b/teensy/modpyb.c
@@ -39,7 +39,6 @@
#include "gc.h"
#include "gccollect.h"
#include "systick.h"
-#include "pybstdio.h"
#include "pyexec.h"
#include "led.h"
#include "pin.h"
@@ -59,6 +58,7 @@
#include "dac.h"
#include "usb.h"
#include "portmodules.h"
+#include "pybstdio.h"
/// \module pyb - functions related to the pyboard
///