Revision 6ff06bbf core/inc/aos_thread.h

View differences:

core/inc/aos_thread.h
24 24
 * @{
25 25
 */
26 26

  
27
#ifndef _AMIROOS_THREAD_H_
28
#define _AMIROOS_THREAD_H_
27
#ifndef AMIROOS_THREAD_H
28
#define AMIROOS_THREAD_H
29 29

  
30 30
#include <aos_time.h>
31 31
#include <aos_system.h>
......
267 267

  
268 268
#endif /* AMIROOS_CFG_DBG == true */
269 269

  
270
#endif /* _AMIROOS_THREAD_H_ */
270
#endif /* AMIROOS_THREAD_H */
271 271

  
272 272
/** @} */

Also available in: Unified diff