AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.
This commit is contained in:
		
							parent
							
								
									e9e6730d49
								
							
						
					
					
						commit
						cb9e7392c5
					
				
					 108 changed files with 69 additions and 89 deletions
				
			
		| 
						 | 
				
			
			@ -43,6 +43,8 @@
 | 
			
		|||
 | 
			
		||||
		#include <LUFA/Common/Common.h>
 | 
			
		||||
 | 
			
		||||
		#include "Config/AppConfig.h"
 | 
			
		||||
		
 | 
			
		||||
	/* Function Prototypes: */
 | 
			
		||||
		void    BootloaderAPI_ErasePage(const uint32_t Address);
 | 
			
		||||
		void    BootloaderAPI_WritePage(const uint32_t Address);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,6 +39,8 @@
 | 
			
		|||
	/* Includes: */
 | 
			
		||||
		#include <LUFA/Drivers/USB/USB.h>
 | 
			
		||||
 | 
			
		||||
		#include "Config/AppConfig.h"
 | 
			
		||||
 | 
			
		||||
	/* Macros: */
 | 
			
		||||
		#if defined(__AVR_AT90USB1287__)
 | 
			
		||||
			#define AVR_SIGNATURE_1               0x1E
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -43,6 +43,8 @@
 | 
			
		|||
 | 
			
		||||
		#include <LUFA/Common/Common.h>
 | 
			
		||||
 | 
			
		||||
		#include "Config/AppConfig.h"
 | 
			
		||||
 | 
			
		||||
	/* Function Prototypes: */
 | 
			
		||||
		void    BootloaderAPI_ErasePage(const uint32_t Address);
 | 
			
		||||
		void    BootloaderAPI_WritePage(const uint32_t Address);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,6 +39,8 @@
 | 
			
		|||
	/* Includes: */
 | 
			
		||||
		#include <LUFA/Drivers/USB/USB.h>
 | 
			
		||||
 | 
			
		||||
		#include "Config/AppConfig.h"
 | 
			
		||||
 | 
			
		||||
	/* Macros: */
 | 
			
		||||
		/** Descriptor type value for a DFU class functional descriptor. */
 | 
			
		||||
		#define DTYPE_DFUFunctional               0x21
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue