mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-22 01:31:21 +03:00
add some shit, but still have a problem
This commit is contained in:
@@ -191,9 +191,9 @@ extern const uint32_t DIRpins[MOTORSNO];
|
||||
extern volatile uint32_t Tms;
|
||||
|
||||
// timers of motors
|
||||
extern TIM_TypeDef *mottimers[];
|
||||
extern volatile TIM_TypeDef *mottimers[];
|
||||
// timers for encoders
|
||||
extern TIM_TypeDef *enctimers[];
|
||||
extern volatile TIM_TypeDef *enctimers[];
|
||||
|
||||
void gpio_setup();
|
||||
void iwdg_setup();
|
||||
|
||||
Reference in New Issue
Block a user