1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-02 19:02:35 +02:00

Changed the file name again according to Bart's rule.

This commit is contained in:
odaki
2019-05-04 10:41:47 +09:00
parent 996be8b2f5
commit ecf1fc0a40
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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