mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
Still don't work :(
This commit is contained in:
@@ -51,6 +51,10 @@ int main(void){
|
||||
adc_setup();
|
||||
pdnuart_setup();
|
||||
USBPU_ON();
|
||||
for(int i = 0; i < MOTORSNO; ++i){
|
||||
motflags_t flag = the_conf.motflags[i];
|
||||
if(flag.drvtype == DRVTYPE_UART) pdnuart_init(i);
|
||||
}
|
||||
uint32_t ctr = 0;
|
||||
CAN_message *can_mesg;
|
||||
while(1){
|
||||
|
||||
Reference in New Issue
Block a user