Revision a0301104 modules/STM32L476RG-NUCLEO64/aosconf.h

View differences:

modules/STM32L476RG-NUCLEO64/aosconf.h
18 18

  
19 19
/**
20 20
 * @file
21
 * @brief   AMiRo-OS Configuration file for the PowerManagement v1.1 module.
21
 * @brief   AMiRo-OS Configuration file for the STM32L476RG-NUCLEO64 module.
22 22
 * @details Contains the application specific AMiRo-OS settings.
23 23
 *
24
 * @addtogroup powermanagement_aos_config
24
 * @addtogroup STM32L476RG-NUCLEO64_aos_config
25 25
 * @{
26 26
 */
27 27

  
......
65 65
 * @note    Setting this flag will implicitely enable the shell.
66 66
 */
67 67
#if !defined(OS_CFG_TESTS_ENABLE)
68
  #define AMIROOS_CFG_TESTS_ENABLE              false
68
  #define AMIROOS_CFG_TESTS_ENABLE              true
69 69
#else
70 70
  #define AMIROOS_CFG_TESTS_ENABLE              OS_CFG_TESTS_ENABLE
71 71
#endif

Also available in: Unified diff