Revision 2dd2e257 core/src/aos_shell.c

View differences:

core/src/aos_shell.c
27 27

  
28 28
#include <aos_shell.h>
29 29

  
30
#if (AMIROOS_CFG_SHELL_ENABLE == true)
30
#if (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true)
31 31
#include <aos_debug.h>
32 32
#include <aos_time.h>
33 33
#include <aos_system.h>
......
1551 1551
  // no chSysUnlock() required since the thread has been terminated an all waiting threads have been woken up
1552 1552
}
1553 1553

  
1554
#endif /* AMIROOS_CFG_SHELL_ENABLE == true */
1554
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true)*/
1555 1555

  
1556 1556
/** @} */

Also available in: Unified diff