mbed library sources
targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/cmsis.h@0:0a673c671a56, 2016-07-27 (annotated)
- Committer:
- ebrus
- Date:
- Wed Jul 27 18:35:32 2016 +0000
- Revision:
- 0:0a673c671a56
4
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ebrus | 0:0a673c671a56 | 1 | /* mbed Microcontroller Library - CMSIS |
ebrus | 0:0a673c671a56 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
ebrus | 0:0a673c671a56 | 3 | * |
ebrus | 0:0a673c671a56 | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
ebrus | 0:0a673c671a56 | 5 | */ |
ebrus | 0:0a673c671a56 | 6 | |
ebrus | 0:0a673c671a56 | 7 | #ifndef MBED_CMSIS_H |
ebrus | 0:0a673c671a56 | 8 | #define MBED_CMSIS_H |
ebrus | 0:0a673c671a56 | 9 | |
ebrus | 0:0a673c671a56 | 10 | #include "LPC11Uxx.h" |
ebrus | 0:0a673c671a56 | 11 | #include "cmsis_nvic.h" |
ebrus | 0:0a673c671a56 | 12 | |
ebrus | 0:0a673c671a56 | 13 | #endif |