Add ConfigPtr

This commit is contained in:
László Monda
2017-06-15 18:08:52 +02:00
parent 1958b1dee4
commit de013f6afa
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#include "config_state.h"
uint8_t ConfigBuffer[EEPROM_SIZE];
uint8_t *ConfigPtr;

View File

@@ -12,5 +12,6 @@
// Variables:
extern uint8_t ConfigBuffer[EEPROM_SIZE];
extern uint8_t *ConfigPtr;
#endif