Change the file name and macro on the hearder file.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10191 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
tfateba 2017-04-26 19:49:19 +00:00
parent 5063b55f4c
commit 5dd35df334
1 changed files with 4 additions and 4 deletions

View File

@ -15,15 +15,15 @@
*/ */
/** /**
* @file AVR/hal_lld.h * @file hal_lld.h
* @brief AVR HAL subsystem low level driver header. * @brief AVR HAL subsystem low level driver header.
* *
* @addtogroup HAL * @addtogroup HAL
* @{ * @{
*/ */
#ifndef _HAL_LLD_H_ #ifndef HAL_LLD_H
#define _HAL_LLD_H_ #define HAL_LLD_H
/*===========================================================================*/ /*===========================================================================*/
/* Driver constants. */ /* Driver constants. */
@ -67,6 +67,6 @@ extern "C" {
} }
#endif #endif
#endif /* _HAL_LLD_H_ */ #endif /* HAL_LLD_H */
/** @} */ /** @} */