source: EcnlProtoTool/trunk/asp3_dcre/mbed/targets/TARGET_RENESAS/TARGET_RZA1XX/TARGET_RZ_A1H/device/cmsis.h@ 439

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

mrubyを2.1.1に更新

  • 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.