mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add "megaflooding" to CANusb F303 (and incremental flooding)
This commit is contained in:
@@ -63,7 +63,7 @@ int main(void){
|
||||
LED_on(LED0);
|
||||
lastT = Tms;
|
||||
if(!lastT) lastT = 1;
|
||||
if(ShowMsgs){ // new data in buff
|
||||
if(ShowMsgs){ // display message content
|
||||
IWDG->KR = IWDG_REFRESH;
|
||||
uint8_t len = can_mesg->length;
|
||||
printu(Tms);
|
||||
|
||||
Reference in New Issue
Block a user