fix: typo in header name and change buf0 flags and fix tests
This commit is contained in:
parent
ffd778ab69
commit
54c8296622
5 changed files with 149 additions and 61 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef REG_CAH_H_
|
||||
#define REG_CAH_H_
|
||||
#ifndef REG_CAN_H_
|
||||
#define REG_CAN_H_
|
||||
|
||||
#define APP_ADDR 0x0800400 // 16KB - Application
|
||||
#define ADDR_VAR 0x8040000
|
||||
|
@ -36,5 +36,6 @@
|
|||
#define MOTOR_ENABLED 0x71
|
||||
#define MOTOR_ANGLE 0x72
|
||||
#define MOTOR_TORQUE 0x73
|
||||
#define MOTOR_ID 0x74
|
||||
|
||||
#endif // REG_CAH_H_
|
||||
#endif // REG_CAN_H_
|
Loading…
Add table
Add a link
Reference in a new issue