latest version
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
#define EDCAN_CONFIG_H
|
||||
|
||||
#define DEVICE_ID 0x20
|
||||
#define FWVER 1
|
||||
#define FWVER_MAJOR 1
|
||||
#define FWVER_MINOR 0
|
||||
#define FWVER_PATCH 0
|
||||
|
||||
//если используется STM32 с одним каном
|
||||
//#define ED_CANx
|
||||
@@ -22,4 +24,6 @@ extern CAN_HandleTypeDef hcan2;
|
||||
//можно уменьшать для уменьшения объема потребляемой памяти
|
||||
#define BUFFER_SIZE 256
|
||||
|
||||
#define EDCAN_BOOTLOADER_MAGIC_ADDR 0x2000FF00u
|
||||
|
||||
#endif //EDCAN_CONFIG_H
|
||||
|
||||
Reference in New Issue
Block a user