diff options
Diffstat (limited to 'stmhal/main.c')
-rw-r--r-- | stmhal/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index 6511891a1..9d8820697 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -37,10 +37,10 @@ #include "lcd.h" #include "accel.h" #include "servo.h" +#include "pin.h" #if 0 #include "timer.h" #include "pybwlan.h" -#include "pin.h" #endif void SystemClock_Config(void); @@ -266,9 +266,7 @@ soft_reset: #endif #endif -#if 0 pin_map_init(); -#endif // add some functions to the builtin Python namespace rt_store_name(MP_QSTR_help, rt_make_function_n(0, pyb_help)); |