diff --git a/Grbl_Esp32/grbl.h b/Grbl_Esp32/grbl.h index 22ca9eb0..fbff5fa3 100644 --- a/Grbl_Esp32/grbl.h +++ b/Grbl_Esp32/grbl.h @@ -43,7 +43,7 @@ #include "planner.h" #include "coolant_control.h" -#include "eeprom_memcpy.h" +#include "grbl_eeprom.h" #include "gcode.h" #include "grbl_limits.h" #include "motion_control.h" diff --git a/Grbl_Esp32/eeprom_memcpy.cpp b/Grbl_Esp32/grbl_eeprom.cpp similarity index 95% rename from Grbl_Esp32/eeprom_memcpy.cpp rename to Grbl_Esp32/grbl_eeprom.cpp index 067b937b..f8cfe49f 100644 --- a/Grbl_Esp32/eeprom_memcpy.cpp +++ b/Grbl_Esp32/grbl_eeprom.cpp @@ -1,5 +1,5 @@ /* - eeprom_memcpy.cpp - Header for system level commands and real-time processes + eeprom.cpp - Header for system level commands and real-time processes Part of Grbl Copyright (c) 2014-2016 Sungeun K. Jeon for Gnea Research LLC diff --git a/Grbl_Esp32/eeprom_memcpy.h b/Grbl_Esp32/grbl_eeprom.h similarity index 93% rename from Grbl_Esp32/eeprom_memcpy.h rename to Grbl_Esp32/grbl_eeprom.h index 3772599f..3256cc71 100644 --- a/Grbl_Esp32/eeprom_memcpy.h +++ b/Grbl_Esp32/grbl_eeprom.h @@ -1,5 +1,5 @@ /* - eeprom_memcpy.h - Header for system level commands and real-time processes + eeprom.h - Header for system level commands and real-time processes Part of Grbl Copyright (c) 2014-2016 Sungeun K. Jeon for Gnea Research LLC