summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/modpyb.c
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2014-08-02 21:28:32 -0700
committerDave Hylands <dhylands@gmail.com>2014-08-02 21:28:32 -0700
commite40c72210fef12db4b10e1070b9254ebc962c07e (patch)
tree51c99ae47d0cb9166a76cd0b914ea8abe6df744c /teensy/modpyb.c
parent8464be15ed7001edad55f911177ca70f0175d4ca (diff)
downloadmicropython-e40c72210fef12db4b10e1070b9254ebc962c07e.tar.gz
micropython-e40c72210fef12db4b10e1070b9254ebc962c07e.zip
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
///