mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 21:32:31 +01:00 
			
		
		
		
	Fix incorrectly named include guards in the Board driver header files.
This commit is contained in:
		
							parent
							
								
									fe62770a1e
								
							
						
					
					
						commit
						b47374caf5
					
				| @ -57,7 +57,7 @@ | ||||
| 		#endif | ||||
| 
 | ||||
| 	/* Preprocessor Checks: */ | ||||
| 		#if !defined(INCLUDE_FROM_LEDS_H) | ||||
| 		#if !defined(__INCLUDE_FROM_LEDS_H) | ||||
| 			#error Do not include this file directly. Include LUFA/Drivers/Board/LEDS.h instead. | ||||
| 		#endif | ||||
| 
 | ||||
|  | ||||
| @ -57,7 +57,7 @@ | ||||
| 		#endif | ||||
| 
 | ||||
| 	/* Preprocessor Checks: */ | ||||
| 		#if !defined(INCLUDE_FROM_LEDS_H) | ||||
| 		#if !defined(__INCLUDE_FROM_LEDS_H) | ||||
| 			#error Do not include this file directly. Include LUFA/Drivers/Board/LEDS.h instead. | ||||
| 		#endif | ||||
| 
 | ||||
|  | ||||
| @ -60,7 +60,7 @@ | ||||
| 		#endif | ||||
| 
 | ||||
| 	/* Preprocessor Checks: */ | ||||
| 		#if !defined(INCLUDE_FROM_BUTTONS_H) | ||||
| 		#if !defined(__INCLUDE_FROM_BUTTONS_H) | ||||
| 			#error Do not include this file directly. Include LUFA/Drivers/Board/Buttons.h instead. | ||||
| 		#endif | ||||
| 		 | ||||
|  | ||||
| @ -59,7 +59,7 @@ | ||||
| 		#endif | ||||
| 
 | ||||
| 	/* Preprocessor Checks: */ | ||||
| 		#if !defined(INCLUDE_FROM_JOYSTICK_H) | ||||
| 		#if !defined(__INCLUDE_FROM_JOYSTICK_H) | ||||
| 			#error Do not include this file directly. Include LUFA/Drivers/Board/Joystick.h instead. | ||||
| 		#endif | ||||
| 
 | ||||
|  | ||||
| @ -59,7 +59,7 @@ | ||||
| 		#endif | ||||
| 
 | ||||
| 	/* Preprocessor Checks: */ | ||||
| 		#if !defined(INCLUDE_FROM_LEDS_H) | ||||
| 		#if !defined(__INCLUDE_FROM_LEDS_H) | ||||
| 			#error Do not include this file directly. Include LUFA/Drivers/Board/LEDS.h instead. | ||||
| 		#endif | ||||
| 
 | ||||
|  | ||||
| @ -57,7 +57,7 @@ | ||||
| 		#endif | ||||
| 
 | ||||
| 	/* Preprocessor Checks: */ | ||||
| 		#if !defined(INCLUDE_FROM_LEDS_H) | ||||
| 		#if !defined(__INCLUDE_FROM_LEDS_H) | ||||
| 			#error Do not include this file directly. Include LUFA/Drivers/Board/LEDS.h instead. | ||||
| 		#endif | ||||
| 
 | ||||
|  | ||||
| @ -57,7 +57,7 @@ | ||||
| 		#endif | ||||
| 
 | ||||
| 	/* Preprocessor Checks: */ | ||||
| 		#if !defined(INCLUDE_FROM_LEDS_H) | ||||
| 		#if !defined(__INCLUDE_FROM_LEDS_H) | ||||
| 			#error Do not include this file directly. Include LUFA/Drivers/Board/LEDS.h instead. | ||||
| 		#endif | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dean Camera
						Dean Camera