Apply #pragma once to configuration files
This commit is contained in:
		@@ -19,6 +19,7 @@
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Configuration.h
 | 
			
		||||
@@ -35,8 +36,6 @@
 | 
			
		||||
 * Advanced settings can be found in Configuration_adv.h
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
#ifndef CONFIGURATION_H
 | 
			
		||||
#define CONFIGURATION_H
 | 
			
		||||
#define CONFIGURATION_H_VERSION 020000
 | 
			
		||||
 | 
			
		||||
//===========================================================================
 | 
			
		||||
@@ -2032,5 +2031,3 @@
 | 
			
		||||
 | 
			
		||||
// Allow servo angle to be edited and saved to EEPROM
 | 
			
		||||
//#define EDITABLE_SERVO_ANGLES
 | 
			
		||||
 | 
			
		||||
#endif // CONFIGURATION_H
 | 
			
		||||
 
 | 
			
		||||
@@ -19,6 +19,7 @@
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Configuration_adv.h
 | 
			
		||||
@@ -30,8 +31,6 @@
 | 
			
		||||
 * Basic settings can be found in Configuration.h
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
#ifndef CONFIGURATION_ADV_H
 | 
			
		||||
#define CONFIGURATION_ADV_H
 | 
			
		||||
#define CONFIGURATION_ADV_H_VERSION 020000
 | 
			
		||||
 | 
			
		||||
// @section temperature
 | 
			
		||||
@@ -1807,5 +1806,3 @@
 | 
			
		||||
 | 
			
		||||
// Enable Marlin dev mode which adds some special commands
 | 
			
		||||
//#define MARLIN_DEV_MODE
 | 
			
		||||
 | 
			
		||||
#endif // CONFIGURATION_ADV_H
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user