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:
Peter Mitsis 2015-05-25 15:34:18 -04:00 committed by Anas Nashif
commit 6232a85059
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ extern struct nano_stack _k_command_stack;
#define TIMER_SUPPORTS_TICKLESS
#endif
#endif /* CONFIG_NANOKERNEL */
#endif /* CONFIG_MICROKERNEL */
/*
* A board support package's board.h header must provide definitions for the

View file

@ -155,7 +155,7 @@ static uint32_t old_accumulated_count = 0; /* previous accumulated value value *
#ifdef CONFIG_MICROKERNEL
extern struct nano_stack _k_command_stack;
#endif /* ! CONFIG_MICROKERNEL */
#endif /* CONFIG_MICROKERNEL */
/*******************************************************************************
*