Change the maccro name.

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

View File

@ -15,15 +15,15 @@
*/
/**
* @file AVR/serial_lld.h
* @file hal_serial_lld.h
* @brief AVR low level serial driver header.
*
* @addtogroup SERIAL
* @{
*/
#ifndef _SERIAL_LLD_H_
#define _SERIAL_LLD_H_
#ifndef HAL_SERIAL_LLD_H
#define HAL_SERIAL_LLD_H
#if HAL_USE_SERIAL || defined(__DOXYGEN__)
@ -153,6 +153,6 @@ extern "C" {
#endif /* HAL_USE_SERIAL */
#endif /* _SERIAL_LLD_H_ */
#endif /* HAL_SERIAL_LLD_H */
/** @} */