Revision 6ff06bbf core/inc/aos_timer.h
core/inc/aos_timer.h | ||
---|---|---|
24 | 24 |
* @{ |
25 | 25 |
*/ |
26 | 26 |
|
27 |
#ifndef _AMIROOS_TIMER_H_
|
|
28 |
#define _AMIROOS_TIMER_H_
|
|
27 |
#ifndef AMIROOS_TIMER_H
|
|
28 |
#define AMIROOS_TIMER_H
|
|
29 | 29 |
|
30 | 30 |
#include <ch.h> |
31 | 31 |
#include <aos_time.h> |
... | ... | |
255 | 255 |
return; |
256 | 256 |
} |
257 | 257 |
|
258 |
#endif /* _AMIROOS_TIMER_H_ */
|
|
258 |
#endif /* AMIROOS_TIMER_H */
|
|
259 | 259 |
|
260 | 260 |
/** @} */ |
Also available in: Unified diff