Fixed header guards.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15005 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-11-05 10:13:58 +00:00
parent 98cc36b6e9
commit 998b9f8891
2 changed files with 6 additions and 6 deletions

View File

@ -22,8 +22,8 @@
* @{
*/
#ifndef HAL_SPI_LLD_H
#define HAL_SPI_LLD_H
#ifndef HAL_SPI_V2_LLD_H
#define HAL_SPI_V2_LLD_H
#if HAL_USE_SPI || defined(__DOXYGEN__)
@ -561,6 +561,6 @@ extern "C" {
#endif /* HAL_USE_SPI */
#endif /* HAL_SPI_LLD_H */
#endif /* HAL_SPI_V2_LLD_H */
/** @} */

View File

@ -22,8 +22,8 @@
* @{
*/
#ifndef HAL_SPI_LLD_H
#define HAL_SPI_LLD_H
#ifndef HAL_SPI_V2_LLD_H
#define HAL_SPI_V2_LLD_H
#if HAL_USE_SPI || defined(__DOXYGEN__)
@ -600,6 +600,6 @@ extern "C" {
#endif /* HAL_USE_SPI */
#endif /* HAL_SPI_LLD_H */
#endif /* HAL_SPI_V2_LLD_H */
/** @} */