Add update config and apply config protocol commands.

This commit is contained in:
László Monda
2017-01-07 03:26:44 +01:00
parent a74c6016f5
commit 1433b57a46
4 changed files with 52 additions and 2 deletions

16
right/src/config_buffer.h Normal file
View 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