summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/main.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/main.c
parent8464be15ed7001edad55f911177ca70f0175d4ca (diff)
downloadmicropython-e40c72210fef12db4b10e1070b9254ebc962c07e.tar.gz
micropython-e40c72210fef12db4b10e1070b9254ebc962c07e.zip
Fix teensy to work with the latest tree.
Diffstat (limited to 'teensy/main.c')
-rw-r--r--teensy/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/teensy/main.c b/teensy/main.c
index fdedff89cc..a5b2d5b52c 100644
--- a/teensy/main.c
+++ b/teensy/main.c
@@ -15,7 +15,6 @@
#include "gc.h"
#include "gccollect.h"
#include "pyexec.h"
-#include "pybstdio.h"
#include "readline.h"
#include "Arduino.h"
@@ -24,8 +23,9 @@
#include "servo.h"
#include "usb.h"
#include "led.h"
-
+#include "uart.h"
//#include "pin.h"
+#include "pybstdio.h"
extern uint32_t _heap_start;