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

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

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 245 bytes
RevLine 
[352]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
12#endif
Note: See TracBrowser for help on using the repository browser.