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:
parent
fb14125320
commit
b3ab373f3a
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* arch/arm/src/stm32l5/stm32l5_idle.c
|
||||
* arch/arm/src/stm32l5/stm32l5_idle.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*****************************************************************************
|
||||
* arch/arm/src/stm32l5/stm32l5_waste.c
|
||||
* arch/arm/src/stm32l5/stm32l5_waste.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*****************************************************************************
|
||||
* arch/arm/src/stm32l5/stm32l5_waste.h
|
||||
* arch/arm/src/stm32l5/stm32l5_waste.h
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue