Temporary hide M500_conf cs to allow automated renaming.
This commit is contained in:
parent
e94dc1341a
commit
d611cad087
@ -9,7 +9,7 @@
|
|||||||
#include "mesh_bed_leveling.h"
|
#include "mesh_bed_leveling.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
M500_conf cs;
|
//M500_conf cs;
|
||||||
|
|
||||||
#ifdef DEBUG_EEPROM_WRITE
|
#ifdef DEBUG_EEPROM_WRITE
|
||||||
#define EEPROM_WRITE_VAR(pos, value) _EEPROM_writeData(pos, (uint8_t*)&value, sizeof(value), #value)
|
#define EEPROM_WRITE_VAR(pos, value) _EEPROM_writeData(pos, (uint8_t*)&value, sizeof(value), #value)
|
||||||
|
@ -37,7 +37,7 @@ typedef struct
|
|||||||
unsigned long max_acceleration_units_per_sq_second_silent[4];
|
unsigned long max_acceleration_units_per_sq_second_silent[4];
|
||||||
} __attribute__ ((packed)) M500_conf;
|
} __attribute__ ((packed)) M500_conf;
|
||||||
|
|
||||||
extern M500_conf cs;
|
//extern M500_conf cs;
|
||||||
|
|
||||||
void Config_ResetDefault();
|
void Config_ResetDefault();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user