Revert "Add ConfigPtr"

This reverts commit de013f6afa.
This commit is contained in:
Eric Tang
2017-07-07 14:34:12 -07:00
parent 887208badd
commit f4c5a7e969
2 changed files with 0 additions and 2 deletions

View File

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

View File

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