summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/main.c
diff options
context:
space:
mode:
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