aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/hal_spi_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR/hal_spi_lld.h')
-rw-r--r--os/hal/ports/AVR/hal_spi_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/AVR/hal_spi_lld.h b/os/hal/ports/AVR/hal_spi_lld.h
index f7d0ad03e..73d8ff856 100644
--- a/os/hal/ports/AVR/hal_spi_lld.h
+++ b/os/hal/ports/AVR/hal_spi_lld.h
@@ -15,15 +15,15 @@
*/
/**
- * @file AVR/spi_lld.h
+ * @file hal_spi_lld.h
* @brief AVR SPI subsystem low level driver header.
*
* @addtogroup SPI
* @{
*/
-#ifndef _SPI_LLD_H_
-#define _SPI_LLD_H_
+#ifndef HAL_SPI_LLD_H
+#define HAL_SPI_LLD_H
#if HAL_USE_SPI || defined(__DOXYGEN__)
@@ -252,6 +252,6 @@ extern "C" {
#endif /* HAL_USE_SPI */
-#endif /* _SPI_LLD_H_ */
+#endif /* HAL_SPI_LLD_H */
/** @} */