mbed library sources

Fork of mbed-src by mbed official

targets/cmsis/TARGET_Atmel/TARGET_SAM21/TARGET_SAMD21J18A/cmsis.h

Committer:
mbed_official
Date:
2015-07-01
Revision:
579:53297373a894

File content as of revision 579:53297373a894:

/* mbed Microcontroller Library - CMSIS
 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
 *
 * A generic CMSIS include header, pulling in samd21j18a specifics
 */

#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H

#include "samd21j18a.h"
#include "cmsis_nvic.h"

#endif