Revision 47e89ebf core/src/aos_shell.c

View differences:

core/src/aos_shell.c
28 28
#include <amiroos.h>
29 29
#include <string.h>
30 30

  
31
#if (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true)
31
#if (AMIROOS_CFG_SHELL_ENABLE == true) || defined(__DOXYGEN__)
32 32

  
33 33
/******************************************************************************/
34 34
/* LOCAL DEFINITIONS                                                          */
......
1720 1720
  // no chSysUnlock() required since the thread has been terminated an all waiting threads have been woken up
1721 1721
}
1722 1722

  
1723
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true)*/
1723
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) */
1724 1724

  
1725 1725
/** @} */

Also available in: Unified diff