diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-22 23:57:03 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-22 23:57:03 +0000 |
commit | 5e756c9860c39bb3555427f95888f7209eb3f1ec (patch) | |
tree | adac6d18dd879c980f68cc5046e3c7a18effd6a7 /stmhal/servo.h | |
parent | e254809505517db9c4dbd2cb3bcbbdf6433c1ea0 (diff) | |
download | micropython-5e756c9860c39bb3555427f95888f7209eb3f1ec.tar.gz micropython-5e756c9860c39bb3555427f95888f7209eb3f1ec.zip |
stmhal: Rename servo_TIM2_Handle -> TIM2_Handle.
Diffstat (limited to 'stmhal/servo.h')
-rw-r--r-- | stmhal/servo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/servo.h b/stmhal/servo.h index 277ccdd1c3..753ca49598 100644 --- a/stmhal/servo.h +++ b/stmhal/servo.h @@ -1,4 +1,4 @@ -extern TIM_HandleTypeDef servo_TIM2_Handle; +extern TIM_HandleTypeDef TIM2_Handle; void servo_init(void); void servo_timer_irq_callback(void); |