little change

This commit is contained in:
yelvlab 2024-09-21 01:55:40 +08:00
parent 46f5f8a452
commit 71bf848852
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ int main(void)
rs485_com_config();
bldc_config();
bldc_set_pwm(50);
bldc_set_pwm(80);
delay_ms(5000);
bldc_enable_set(SET);

View File

@ -6,7 +6,7 @@
******************************************************************************/
.syntax unified
.arch armv8-m.base
.cpu cortex-m23
.fpu softvfp
.thumb