Newer
Older
mbed-os / targets / TARGET_NXP / TARGET_MCUXpresso_MCUS / TARGET_LPC546XX / device / cmsis.h
/* mbed Microcontroller Library - CMSIS
 * Copyright (C) 2009-2017 ARM Limited. All rights reserved.
 *
 * A generic CMSIS include header, pulling in LPC54608 specifics
 */

#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H

#include "fsl_device_registers.h"
#include "cmsis_nvic.h"

#endif