Morpheus / target-mcu-k64f

Fork of target-mcu-k64f by -deleted-

Committer:
screamer
Date:
Wed Mar 23 21:24:48 2016 +0000
Revision:
0:c5e2f793b59a
Initial revision

Who changed what in which revision?

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