mbed libraries for KL25Z

Dependents:   FRDM_RGBLED

Committer:
emilmont
Date:
Mon Feb 18 09:41:56 2013 +0000
Revision:
9:663789d7729f
Parent:
0:8024c367e29f
Update mbed-KL25Z to latest build

Who changed what in which revision?

UserRevisionLine numberNew contents of line
emilmont 0:8024c367e29f 1 /* mbed Microcontroller Library - CMSIS
emilmont 0:8024c367e29f 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
emilmont 0:8024c367e29f 3 *
emilmont 0:8024c367e29f 4 * A generic CMSIS include header, pulling in LPC11U24 specifics
emilmont 0:8024c367e29f 5 */
emilmont 0:8024c367e29f 6
emilmont 0:8024c367e29f 7 #ifndef MBED_CMSIS_H
emilmont 0:8024c367e29f 8 #define MBED_CMSIS_H
emilmont 0:8024c367e29f 9
emilmont 0:8024c367e29f 10 #include "MKL25Z4.h"
emilmont 0:8024c367e29f 11 #include "cmsis_nvic.h"
emilmont 0:8024c367e29f 12
emilmont 0:8024c367e29f 13 #endif