Skip to content

Commit 1eef1cd

Browse files
author
andreas.larsson
committed
Added license header
1 parent b5e9a5c commit 1eef1cd

File tree

1 file changed

+21
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_MODULE_UBLOX_ODIN_W2/TARGET_UBLOX_EVK_ODIN_W2

1 file changed

+21
-0
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_MODULE_UBLOX_ODIN_W2/TARGET_UBLOX_EVK_ODIN_W2/hal_overrides.c

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*---------------------------------------------------------------------------
2+
* Copyright (c) 2017, u-blox Malmö, All Rights Reserved
3+
* SPDX-License-Identifier: LicenseRef-PBL
4+
*
5+
* This file and the related binary are licensed under the
6+
* Permissive Binary License, Version 1.0 (the "License");
7+
* you may not use these files except in compliance with the License.
8+
*
9+
* You may obtain a copy of the License here:
10+
* LICENSE-permissive-binary-license-1.0.txt and at
11+
* https://www.mbed.com/licenses/PBL-1.0
12+
*
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
16+
* Component : HAL
17+
* File : hal_overrides.c
18+
*
19+
* Description : Placeholder for HAL overrides.
20+
*-------------------------------------------------------------------------*/
21+
122
#include "stm32f4xx_hal.h"
223
#include "stm32f4xx_hal_rcc.h"
324
#include "stm32f4xx_hal_gpio.h"

0 commit comments

Comments
 (0)