mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
make11
This commit is contained in:
@@ -122,7 +122,7 @@ static void CalcOffsetAngle()
|
||||
* @brief 控制输入为遥控器(调试时)的模式和控制量设置
|
||||
*
|
||||
*/
|
||||
int aaaa;
|
||||
|
||||
static void RemoteControlSet()
|
||||
{
|
||||
memset(&rc_data->key_count, 0, sizeof(rc_data->key_count));
|
||||
|
||||
@@ -10,7 +10,7 @@ void BuzzerInit()
|
||||
__HAL_TIM_SetCompare(&htim4, TIM_CHANNEL_3, 0);
|
||||
}
|
||||
|
||||
void BuzzerOn( )
|
||||
void BuzzerOn()
|
||||
{
|
||||
static int16_t temp = 4000 ;
|
||||
if(temp < 1000)
|
||||
|
||||
Reference in New Issue
Block a user