aboutsummaryrefslogtreecommitdiff
path: root/stm/servo.h
diff options
context:
space:
mode:
authorDamien George2014-05-21 20:14:27 +0100
committerDamien George2014-05-21 20:14:27 +0100
commitaa7cf6f72f4e8a553f892629bb3338ab8c982d57 (patch)
treeb16167eecc2c5e8e5f84bd710308366a166c55e8 /stm/servo.h
parent63436ce22ee20f56b0083f846261c0b77af9961b (diff)
stm: Remove long-obsolete stm/ port.
Diffstat (limited to 'stm/servo.h')
-rw-r--r--stm/servo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/stm/servo.h b/stm/servo.h
deleted file mode 100644
index bb3edd97a..000000000
--- a/stm/servo.h
+++ /dev/null
@@ -1,5 +0,0 @@
-void servo_init(void);
-
-MP_DECLARE_CONST_FUN_OBJ(pyb_servo_set_obj);
-MP_DECLARE_CONST_FUN_OBJ(pyb_pwm_set_obj);
-MP_DECLARE_CONST_FUN_OBJ(pyb_Servo_obj);