Newer
Older
mbed-os / hal / targets / cmsis / TARGET_NORDIC / TARGET_NRF5 / TARGET_MCU_NRF51822_UNIFIED / cmsis.h
@Vincent Coubard Vincent Coubard on 20 Jul 2016 268 bytes Makes room for old NRF51 implementation.
/* mbed Microcontroller Library - CMSIS
 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
 *
 * A generic CMSIS include header, pulling in LPC407x_8x specifics
 */

#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H

#include "nrf.h"
#include "cmsis_nvic.h"

#endif