mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 09:07:46 -04:00
Added guard for ioavr.h include in AVR Dx porthardware.h file.
This commit is contained in:
parent
bdb38d85dc
commit
685094e72f
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
#ifndef PORTHARDWARE_H
|
#ifndef PORTHARDWARE_H
|
||||||
#define PORTHARDWARE_H
|
#define PORTHARDWARE_H
|
||||||
|
|
||||||
#include <ioavr.h>
|
#ifndef __IAR_SYSTEMS_ASM__
|
||||||
|
#include <ioavr.h>
|
||||||
|
#endif
|
||||||
#include "FreeRTOSConfig.h"
|
#include "FreeRTOSConfig.h"
|
||||||
|
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue