mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-22 09:41:00 +03:00
usbcan_relay: add standalone buttons reactions
This commit is contained in:
@@ -40,7 +40,7 @@ typedef enum{
|
||||
} CAN_commands;
|
||||
|
||||
// output messages identifier
|
||||
#define OUTPID (CANID + 0x100)
|
||||
#define OUTPID (CANID)
|
||||
|
||||
void parseCANcommand(CAN_message *msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user