Add save data_type CAN
This commit is contained in:
parent
58a051b217
commit
28ce1bb556
3 changed files with 41 additions and 3 deletions
|
@ -1,5 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
|
||||
enum{
|
||||
error_foc = 0,
|
||||
error_canRX,
|
||||
error_canTX
|
||||
};
|
||||
|
||||
#define APP_ADDR 0x0800400 // 16KB - Application
|
||||
#define ADDR_VAR 0x8040000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue