Fix closing CONFIG_MICROKERNEL block comments
Closing comments to two CONFIG_MICROKERNEL ifdef blocks incorrectly identified the ifdef block as NOT belonging to the microkernel. Change-Id: Iee415e33d7f8a88c41009c5783b37da3a431461b Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
4fe98a46f5
commit
6232a85059
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ extern struct nano_stack _k_command_stack;
|
||||||
#define TIMER_SUPPORTS_TICKLESS
|
#define TIMER_SUPPORTS_TICKLESS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CONFIG_NANOKERNEL */
|
#endif /* CONFIG_MICROKERNEL */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* A board support package's board.h header must provide definitions for the
|
* A board support package's board.h header must provide definitions for the
|
||||||
|
|
|
@ -155,7 +155,7 @@ static uint32_t old_accumulated_count = 0; /* previous accumulated value value *
|
||||||
|
|
||||||
#ifdef CONFIG_MICROKERNEL
|
#ifdef CONFIG_MICROKERNEL
|
||||||
extern struct nano_stack _k_command_stack;
|
extern struct nano_stack _k_command_stack;
|
||||||
#endif /* ! CONFIG_MICROKERNEL */
|
#endif /* CONFIG_MICROKERNEL */
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue