]> git.donarmstrong.com Git - qmk_firmware.git/blob - tool/mbed/mbed-sdk/libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/cmsis.h
Squashed 'tmk_core/' changes from 7967731..b9e0ea0
[qmk_firmware.git] / tool / mbed / mbed-sdk / libraries / mbed / targets / cmsis / TARGET_NORDIC / TARGET_MCU_NRF51822 / cmsis.h
1 /* mbed Microcontroller Library - CMSIS
2  * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
3  *
4  * A generic CMSIS include header, pulling in LPC407x_8x specifics
5  */
6
7 #ifndef MBED_CMSIS_H
8 #define MBED_CMSIS_H
9
10 #include "nrf.h"
11 #include "cmsis_nvic.h"
12
13 #endif