AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.
This commit is contained in:
		
							parent
							
								
									64d00efd91
								
							
						
					
					
						commit
						13085a3351
					
				
					 42 changed files with 1477 additions and 140 deletions
				
			
		| 
						 | 
				
			
			@ -43,14 +43,10 @@
 | 
			
		|||
		#include "EthernetProtocols.h"
 | 
			
		||||
		#include "Ethernet.h"
 | 
			
		||||
		#include "ProtocolDecoders.h"
 | 
			
		||||
		
 | 
			
		||||
		#include "Config/NetworkConfig.h"
 | 
			
		||||
 | 
			
		||||
	/* Macros: */
 | 
			
		||||
		/** Protocol IP address of the host (client) machine, once assigned by DHCP. */
 | 
			
		||||
		#define CLIENT_IP_ADDRESS                { 10,     0,    0,    1}
 | 
			
		||||
 | 
			
		||||
		/** Protocol IP address of the virtual server machine. */
 | 
			
		||||
		#define SERVER_IP_ADDRESS                { 10,     0,    0,    2}
 | 
			
		||||
 | 
			
		||||
		/** Protocol IP address of the broadcast address. */
 | 
			
		||||
		#define BROADCAST_IP_ADDRESS             {0xFF, 0xFF, 0xFF, 0xFF}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,6 +45,8 @@
 | 
			
		|||
 | 
			
		||||
		#include "EthernetProtocols.h"
 | 
			
		||||
		#include "Ethernet.h"
 | 
			
		||||
		
 | 
			
		||||
		#include "Config/NetworkConfig.h"
 | 
			
		||||
 | 
			
		||||
	/* Function Prototypes: */
 | 
			
		||||
		void DecodeEthernetFrameHeader(void* InDataStart);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue