stm32l5: Fix findings with latest nxstyle

Fix some incorrect relative file paths in ASF headers found with the
latest version of nxstyle.

Signed-off-by: Michael Jung <mijung@gmx.net>
This commit is contained in:
Michael Jung 2021-03-16 12:29:13 +01:00 committed by Xiang Xiao
parent fb14125320
commit b3ab373f3a
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/*****************************************************************************
* arm/arm/src/stm32l5/stm32l5_spi.c
* arch/arm/src/stm32l5/stm32l5_spi.c
*
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
* Author: Michael Jung <mijung@gmx.net>

View File

@ -1,5 +1,5 @@
/*****************************************************************************
* arm/arm/src/stm32l5/stm32l5_tim.c
* arch/arm/src/stm32l5/stm32l5_tim.c
*
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
* Author: Michael Jung <mijung@gmx.net>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/stm32l5/nucleo-l55ze/src/nucleo-l552ze.h
* boards/arm/stm32l5/nucleo-l552ze/src/nucleo-l552ze.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with