mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
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
|
||||
|
||||
#ifndef __IAR_SYSTEMS_ASM__
|
||||
#include <ioavr.h>
|
||||
#endif
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
#ifndef PORTHARDWARE_H
|
||||
#define PORTHARDWARE_H
|
||||
|
||||
#ifndef __IAR_SYSTEMS_ASM__
|
||||
#include <ioavr.h>
|
||||
#endif
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue