We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a57845 commit 1431b65Copy full SHA for 1431b65
portable/IAR/AVR_AVRDx/porthardware.h
@@ -1,7 +1,9 @@
1
#ifndef PORTHARDWARE_H
2
#define PORTHARDWARE_H
3
4
-#include <ioavr.h>
+#ifndef __IAR_SYSTEMS_ASM__
5
+ #include <ioavr.h>
6
+#endif
7
#include "FreeRTOSConfig.h"
8
9
/*-----------------------------------------------------------*/
portable/IAR/AVR_Mega0/porthardware.h
0 commit comments