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

@@ -56,4 +56,4 @@ void printCANerr();
CAN_message *CAN_messagebuf_pop();
void set_flood(CAN_message *msg);
void set_flood(CAN_message *msg, int incr);