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:
Richard Barry 2013-03-04 13:18:19 +00:00
parent 83fa827935
commit 37d302b8ee
9 changed files with 1441 additions and 126 deletions

View file

@ -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>