Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: TARGET_HRM1017/TARGET_NORDIC/TARGET_MCU_NRF51822/device/cmsis.h
- Revision:
- 128:9bcdf88f62b0
- Parent:
- 97:433970e64889
diff -r 25aea2a3f4e3 -r 9bcdf88f62b0 TARGET_HRM1017/TARGET_NORDIC/TARGET_MCU_NRF51822/device/cmsis.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TARGET_HRM1017/TARGET_NORDIC/TARGET_MCU_NRF51822/device/cmsis.h Thu Oct 27 16:45:56 2016 +0100 @@ -0,0 +1,13 @@ +/* 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
