mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 17:17:44 -04:00
Added guard for ioavr.h include in AVR Mega0 porthardware.h file.
This commit is contained in:
parent
685094e72f
commit
1813726e14
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