add "megaflooding" to CANusb F303 (and incremental flooding)

This commit is contained in:
Edward Emelianov
2023-01-30 23:33:03 +03:00
parent 7fb3d5ac59
commit 17eec9bf6f
6 changed files with 22 additions and 10 deletions

View File

@@ -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);