mbed-os/targets/TARGET_RDA/TARGET_UNO_91H/device/cmsis.h

14 lines
240 B
C

/* mbed Microcontroller Library - CMSIS
* Copyright (C) 2009-2018 ARM Limited. All rights reserved.
*
* A generic CMSIS include header
*/
#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H
#include "RDA5991H.h"
#include "cmsis_nvic.h"
#endif