source: asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/targets/TARGET_RENESAS/TARGET_RZA1XX/TARGET_RZ_A1H/device/cmsis.h@ 374

Last change on this file since 374 was 374, checked in by coas-nagasima, 5 years ago

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 269 bytes
Line 
1/* mbed Microcontroller Library - CMSIS
2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
3 *
4 * A generic CMSIS include header, pulling in LPC1768 specifics
5 */
6
7#ifndef MBED_CMSIS_H
8#define MBED_CMSIS_H
9
10#include "MBRZA1H.h"
11#include "cmsis_nvic.h"
12
13#endif
Note: See TracBrowser for help on using the repository browser.