mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Abstract the IO port handling to toggle the LED into LED.h so the same code can work with multiple eval boards.
This commit is contained in:
parent
83fa827935
commit
37d302b8ee
9 changed files with 1441 additions and 126 deletions
|
@ -91,7 +91,6 @@
|
|||
asm file. It is valid in a C file, but not valid in an asm file. */
|
||||
#ifdef __IAR_SYSTEMS_ICC__
|
||||
|
||||
// #pragma language=extended
|
||||
#pragma system_include
|
||||
|
||||
#include <intrinsics.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue