Move config_buffer.[ch] to the config_parser directory.
This commit is contained in:
3
right/src/config_parser/config_buffer.c
Normal file
3
right/src/config_parser/config_buffer.c
Normal file
@@ -0,0 +1,3 @@
|
||||
#include "config_buffer.h"
|
||||
|
||||
uint8_t ConfigBuffer[EEPROM_SIZE];
|
||||
16
right/src/config_parser/config_buffer.h
Normal file
16
right/src/config_parser/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