From b34d5dbff89fd992af8196c747e18a8933d0c729 Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Sun, 27 Jun 2021 19:50:59 +0800 Subject: [PATCH] 编译通过,能够在线调试 --- USR/INC/motor.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/USR/INC/motor.h b/USR/INC/motor.h index bde2ff5..befaf8b 100644 --- a/USR/INC/motor.h +++ b/USR/INC/motor.h @@ -37,4 +37,5 @@ void hall_enable(void); void hall_disable(void); void set_pwm_pulse(uint16_t pulse); +extern void Motor_Init(void); #endif -- Gitblit v1.8.0