summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/main.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-08-08 19:42:07 +0100
committerDamien George <damien.p.george@gmail.com>2014-08-08 19:42:07 +0100
commit196773505a5750428c14d328eab3d346ad4b4b92 (patch)
treec39943d0d3b424330ec849d7a81238b06a5cf858 /teensy/main.c
parenta1d3ee376c25c0842096535c38e651431028d1b8 (diff)
parent6f418fc1b068c1a41113bb2b019a5803765e1deb (diff)
downloadmicropython-196773505a5750428c14d328eab3d346ad4b4b92.tar.gz
micropython-196773505a5750428c14d328eab3d346ad4b4b92.zip
Merge branch 'pin-af' of https://github.com/dhylands/micropython into dhylands-pin-af
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 53f500d571..8de26f25e8 100644
--- a/teensy/main.c
+++ b/teensy/main.c
@@ -24,7 +24,7 @@
#include "usb.h"
#include "led.h"
#include "uart.h"
-//#include "pin.h"
+#include "pin.h"
#include "pybstdio.h"
@@ -272,7 +272,7 @@ soft_reset:
readline_init0();
- //pin_init();
+ pin_init0();
#if 0
// add some functions to the python namespace