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