Skip to content

Commit

Permalink
Change CAN ID to 0x4A1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnakhooda committed Jan 23, 2025
1 parent 23035b4 commit fa54398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Inc/control.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "pdu.h"
#include "can.h"

#define CONTROL_CANID_FANBATTBOX 0xFAC
#define CONTROL_CANID_FANBATTBOX 0x4A1

extern osThreadId_t control_handle;
extern const osThreadAttr_t control_attributes;
Expand Down

0 comments on commit fa54398

Please sign in to comment.