change some io settings for TWR-K22F-120M

Dependents:   twr_helloworld

Committer:
Jasper_lee
Date:
Tue Dec 23 03:35:08 2014 +0000
Revision:
0:b16d94660a33
change some io setting used in TWR-K22F120M

Who changed what in which revision?

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