Add CAN ID for EEPROM_WRITE
This commit is contained in:
		@ -23,6 +23,7 @@
 | 
				
			|||||||
#define SLAVE_EMERGENCY_ADDRESS 0x001 // Emergency Frame
 | 
					#define SLAVE_EMERGENCY_ADDRESS 0x001 // Emergency Frame
 | 
				
			||||||
#define CLOCK_SYNC_ADDRESS 0x002
 | 
					#define CLOCK_SYNC_ADDRESS 0x002
 | 
				
			||||||
#define MASTER_HEARTBEAT_ADDRESS 0x010
 | 
					#define MASTER_HEARTBEAT_ADDRESS 0x010
 | 
				
			||||||
 | 
					#define SLAVE_EEPROM_WRITE_ADDRESS 0x020
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef struct {
 | 
					typedef struct {
 | 
				
			||||||
  int16_t FrameID;
 | 
					  int16_t FrameID;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user