Import Mbed OS hard-float snapshot
This commit is contained in:
21
targets/TARGET_STM/TARGET_STM32L5/spi_device.h
Normal file
21
targets/TARGET_STM/TARGET_STM32L5/spi_device.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/* 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_SPI_DEVICE_H
|
||||
#define MBED_SPI_DEVICE_H
|
||||
|
||||
#include "stm32l5xx_ll_spi.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user