AppConfigHeaders: Update several user projects to use configuration header files, rather than makefile defines.
This commit is contained in:
		
							parent
							
								
									74fb2d895e
								
							
						
					
					
						commit
						926a83bbc1
					
				
					 30 changed files with 705 additions and 118 deletions
				
			
		| 
						 | 
				
			
			@ -43,7 +43,8 @@
 | 
			
		|||
		#include <LUFA/Drivers/USB/USB.h>
 | 
			
		||||
 | 
			
		||||
		#include "../V2Protocol.h"
 | 
			
		||||
 | 
			
		||||
		#include "Config/AppConfig.h"
 | 
			
		||||
		
 | 
			
		||||
	/* Preprocessor Checks: */
 | 
			
		||||
		#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
 | 
			
		||||
			#undef ENABLE_ISP_PROTOCOL
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,7 +45,8 @@
 | 
			
		|||
		#include <LUFA/Drivers/Peripheral/SPI.h>
 | 
			
		||||
 | 
			
		||||
		#include "../V2ProtocolParams.h"
 | 
			
		||||
 | 
			
		||||
		#include "Config/AppConfig.h"
 | 
			
		||||
		
 | 
			
		||||
	/* Preprocessor Checks: */
 | 
			
		||||
		#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
 | 
			
		||||
			#undef ENABLE_ISP_PROTOCOL
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue