change some io settings for TWR-K22F-120M
TARGET_LPC4337/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 LPC43xx specifics |
Jasper_lee | 0:b16d94660a33 | 5 | * |
Jasper_lee | 0:b16d94660a33 | 6 | * Ported to NXP LPC43XX by Micromint USA <support@micromint.com> |
Jasper_lee | 0:b16d94660a33 | 7 | */ |
Jasper_lee | 0:b16d94660a33 | 8 | |
Jasper_lee | 0:b16d94660a33 | 9 | #ifndef MBED_CMSIS_H |
Jasper_lee | 0:b16d94660a33 | 10 | #define MBED_CMSIS_H |
Jasper_lee | 0:b16d94660a33 | 11 | |
Jasper_lee | 0:b16d94660a33 | 12 | #include "LPC43xx.h" |
Jasper_lee | 0:b16d94660a33 | 13 | #include "cmsis_nvic.h" |
Jasper_lee | 0:b16d94660a33 | 14 | |
Jasper_lee | 0:b16d94660a33 | 15 | #endif |