Newer
Older
mbed-os / targets / TARGET_STM / TARGET_STM32L5 / cmsis.h
@jeromecoutant jeromecoutant on 23 Jan 2020 674 bytes STM32L5: add API L5 family files
/* mbed Microcontroller Library
 * SPDX-License-Identifier: BSD-3-Clause
 ******************************************************************************
 *
 * Copyright (c) 2017 STMicroelectronics.
 * All rights reserved.
 *
 * This software component is licensed by ST under BSD 3-Clause license,
 * the "License"; You may not use this file except in compliance with the
 * License. You may obtain a copy of the License at:
 *                        opensource.org/licenses/BSD-3-Clause
 *
 ******************************************************************************
 */

#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H

#include "stm32l5xx.h"
#include "cmsis_nvic.h"

#endif