forked from epagris/FreeRTOS-Kernel
		
	porthardware.h file update for AVR Mega0 and Dx (#212)
* Added guard for ioavr.h include in AVR Dx porthardware.h file. * Added guard for ioavr.h include in AVR Mega0 porthardware.h file.
This commit is contained in:
		
							parent
							
								
									6a5784598a
								
							
						
					
					
						commit
						1431b65110
					
				@ -1,7 +1,9 @@
 | 
			
		||||
#ifndef PORTHARDWARE_H
 | 
			
		||||
#define PORTHARDWARE_H
 | 
			
		||||
 | 
			
		||||
#include <ioavr.h>
 | 
			
		||||
#ifndef __IAR_SYSTEMS_ASM__
 | 
			
		||||
    #include <ioavr.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include "FreeRTOSConfig.h"
 | 
			
		||||
 | 
			
		||||
/*-----------------------------------------------------------*/
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,9 @@
 | 
			
		||||
#ifndef PORTHARDWARE_H
 | 
			
		||||
#define PORTHARDWARE_H
 | 
			
		||||
 | 
			
		||||
#include <ioavr.h>
 | 
			
		||||
#ifndef __IAR_SYSTEMS_ASM__
 | 
			
		||||
    #include <ioavr.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include "FreeRTOSConfig.h"
 | 
			
		||||
 | 
			
		||||
/*-----------------------------------------------------------*/
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user