diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-22 15:52:33 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-22 15:52:33 +0000 |
commit | 626f6b813375a2a67d110cf8f240fe829d5887e4 (patch) | |
tree | 384376761bf402b3a399e4bab83be22e9f87d341 /stmhal/main.c | |
parent | d311655655b72fcb898a8d35bfe926a9adb1bebd (diff) |
stmhal: Add servo driver.
Diffstat (limited to 'stmhal/main.c')
-rw-r--r-- | stmhal/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index 2b4daa370..6511891a1 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -36,8 +36,8 @@ #include "ff.h" #include "lcd.h" #include "accel.h" -#if 0 #include "servo.h" +#if 0 #include "timer.h" #include "pybwlan.h" #include "pin.h" @@ -254,12 +254,12 @@ soft_reset: rng_init(); #endif -#if 0 #if MICROPY_HW_ENABLE_SERVO // servo servo_init(); #endif +#if 0 #if MICROPY_HW_ENABLE_TIMER // timer timer_init(); |