소스 검색

Temporary hide M500_conf cs to allow automated renaming.

Marek Bel 6 년 전
부모
커밋
d611cad087
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Firmware/ConfigurationStore.cpp
  2. 1 1
      Firmware/ConfigurationStore.h

+ 1 - 1
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)

+ 1 - 1
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();