little change
This commit is contained in:
parent
46f5f8a452
commit
71bf848852
@ -32,7 +32,7 @@ int main(void)
|
|||||||
rs485_com_config();
|
rs485_com_config();
|
||||||
|
|
||||||
bldc_config();
|
bldc_config();
|
||||||
bldc_set_pwm(50);
|
bldc_set_pwm(80);
|
||||||
delay_ms(5000);
|
delay_ms(5000);
|
||||||
bldc_enable_set(SET);
|
bldc_enable_set(SET);
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
.syntax unified
|
.syntax unified
|
||||||
.arch armv8-m.base
|
.cpu cortex-m23
|
||||||
.fpu softvfp
|
.fpu softvfp
|
||||||
.thumb
|
.thumb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user