mbed(SerialHalfDuplex入り)
Fork of mbed by
TARGET_LPC11U35_501/cmsis.h@98:01a414ca7d6d, 2015-04-08 (annotated)
- Committer:
- yusuke_kyo
- Date:
- Wed Apr 08 08:04:18 2015 +0000
- Revision:
- 98:01a414ca7d6d
- Parent:
- 81:7d30d6019079
remove SerialHalfDuplex.h
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 81:7d30d6019079 | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 81:7d30d6019079 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 81:7d30d6019079 | 3 | * |
bogdanm | 81:7d30d6019079 | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
bogdanm | 81:7d30d6019079 | 5 | */ |
bogdanm | 81:7d30d6019079 | 6 | |
bogdanm | 81:7d30d6019079 | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 81:7d30d6019079 | 8 | #define MBED_CMSIS_H |
bogdanm | 81:7d30d6019079 | 9 | |
bogdanm | 81:7d30d6019079 | 10 | #include "LPC11Uxx.h" |
bogdanm | 81:7d30d6019079 | 11 | #include "cmsis_nvic.h" |
bogdanm | 81:7d30d6019079 | 12 | |
bogdanm | 81:7d30d6019079 | 13 | #endif |