From e40c72210fef12db4b10e1070b9254ebc962c07e Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Sat, 2 Aug 2014 21:28:32 -0700 Subject: Fix teensy to work with the latest tree. --- teensy/modpyb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teensy/modpyb.c') diff --git a/teensy/modpyb.c b/teensy/modpyb.c index 64b9bda2d..81149d89b 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 /// -- cgit v1.2.3