Add update config and apply config protocol commands.
This commit is contained in:
16
right/src/config_buffer.h
Normal file
16
right/src/config_buffer.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __CONFIG_BUFFER_H__
|
||||
#define __CONFIG_BUFFER_H__
|
||||
|
||||
// Includes:
|
||||
|
||||
#include "fsl_common.h"
|
||||
|
||||
// Macros:
|
||||
|
||||
#define EEPROM_SIZE (32*1024)
|
||||
|
||||
// Variables:
|
||||
|
||||
extern uint8_t ConfigBuffer[EEPROM_SIZE];
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user