mirror of https://github.com/ARMmbed/mbed-os.git
Added license header
parent
b5e9a5ca14
commit
1eef1cd771
|
@ -1,3 +1,24 @@
|
|||
/*---------------------------------------------------------------------------
|
||||
* Copyright (c) 2017, u-blox Malmö, All Rights Reserved
|
||||
* SPDX-License-Identifier: LicenseRef-PBL
|
||||
*
|
||||
* This file and the related binary are licensed under the
|
||||
* Permissive Binary License, Version 1.0 (the "License");
|
||||
* you may not use these files except in compliance with the License.
|
||||
*
|
||||
* You may obtain a copy of the License here:
|
||||
* LICENSE-permissive-binary-license-1.0.txt and at
|
||||
* https://www.mbed.com/licenses/PBL-1.0
|
||||
*
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
* Component : HAL
|
||||
* File : hal_overrides.c
|
||||
*
|
||||
* Description : Placeholder for HAL overrides.
|
||||
*-------------------------------------------------------------------------*/
|
||||
|
||||
#include "stm32f4xx_hal.h"
|
||||
#include "stm32f4xx_hal_rcc.h"
|
||||
#include "stm32f4xx_hal_gpio.h"
|
||||
|
|
Loading…
Reference in New Issue