meh
Fork of mbed by
TARGET_LPC11U68/cmsis.h@118:16969dd821af, 2016-04-05 (annotated)
- Committer:
- ricardobtez
- Date:
- Tue Apr 05 23:51:21 2016 +0000
- Revision:
- 118:16969dd821af
- Parent:
- 84:0b3ab51c8877
dgdgr
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 84:0b3ab51c8877 | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 84:0b3ab51c8877 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 84:0b3ab51c8877 | 3 | * |
bogdanm | 84:0b3ab51c8877 | 4 | * A generic CMSIS include header, pulling in LPC8xx specifics |
bogdanm | 84:0b3ab51c8877 | 5 | */ |
bogdanm | 84:0b3ab51c8877 | 6 | |
bogdanm | 84:0b3ab51c8877 | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 84:0b3ab51c8877 | 8 | #define MBED_CMSIS_H |
bogdanm | 84:0b3ab51c8877 | 9 | |
bogdanm | 84:0b3ab51c8877 | 10 | #include "LPC11U6x.h" |
bogdanm | 84:0b3ab51c8877 | 11 | #include "cmsis_nvic.h" |
bogdanm | 84:0b3ab51c8877 | 12 | |
bogdanm | 84:0b3ab51c8877 | 13 | #endif |