From d611cad087b806d2e254f97408af1d54eb68d61e Mon Sep 17 00:00:00 2001 From: Marek Bel Date: Mon, 24 Sep 2018 14:42:01 +0200 Subject: [PATCH] Temporary hide M500_conf cs to allow automated renaming. --- Firmware/ConfigurationStore.cpp | 2 +- Firmware/ConfigurationStore.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Firmware/ConfigurationStore.cpp b/Firmware/ConfigurationStore.cpp index aa54ebbe..7d00742f 100644 --- a/Firmware/ConfigurationStore.cpp +++ b/Firmware/ConfigurationStore.cpp @@ -9,7 +9,7 @@ #include "mesh_bed_leveling.h" #endif -M500_conf cs; +//M500_conf cs; #ifdef DEBUG_EEPROM_WRITE #define EEPROM_WRITE_VAR(pos, value) _EEPROM_writeData(pos, (uint8_t*)&value, sizeof(value), #value) diff --git a/Firmware/ConfigurationStore.h b/Firmware/ConfigurationStore.h index 761af1c8..7837a56e 100644 --- a/Firmware/ConfigurationStore.h +++ b/Firmware/ConfigurationStore.h @@ -37,7 +37,7 @@ typedef struct unsigned long max_acceleration_units_per_sq_second_silent[4]; } __attribute__ ((packed)) M500_conf; -extern M500_conf cs; +//extern M500_conf cs; void Config_ResetDefault();