change some io settings for TWR-K22F-120M
TARGET_KL46Z/cmsis.h@0:b16d94660a33, 2014-12-23 (annotated)
- 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?
User | Revision | Line number | New 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 LPC11U24 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 "MKL46Z4.h" |
Jasper_lee | 0:b16d94660a33 | 11 | #include "cmsis_nvic.h" |
Jasper_lee | 0:b16d94660a33 | 12 | |
Jasper_lee | 0:b16d94660a33 | 13 | #endif |