fix problems with CANbus, add USB-dump of error & command codes for CAN

This commit is contained in:
2021-12-02 17:46:26 +03:00
parent b24111f884
commit 867abe359a
8 changed files with 123 additions and 64 deletions

View File

@@ -23,9 +23,6 @@
#include "flash.h"
#include "hardware.h"
// output messages identifier
#define OUTPID (the_conf.CANID)
// CAN ID mask (11 bits)
#define CANIDMASK (0x7ff)