mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
ostest/hrtimer: Fix typos
The current code incorrectly used the CONFIG_SCHED_EVENTS macro in ostest.h for hrtimer_test(). This has been corrected to use CONFIG_HRTIMER. Signed-off-by: Chengdong Wang wangchengdong@lixiang.com
This commit is contained in:
parent
09ddb06c9d
commit
fb4f80665d
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ int sem_nfreeholders(void);
|
|||
void nxevent_test(void);
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_SCHED_EVENTS) && defined(CONFIG_BUILD_FLAT)
|
||||
#if defined(CONFIG_HRTIMER) && defined(CONFIG_BUILD_FLAT)
|
||||
void hrtimer_test(void);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue