Explorar el Código

[utest] when enabling utest, force the logging feature to be enabled.

ryancw hace 2 meses
padre
commit
007b221366
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Kconfig.utestcases

+ 1 - 0
Kconfig.utestcases

@@ -4,6 +4,7 @@ menu "RT-Thread Utestcases"
         bool "RT-Thread Utestcases"
         bool "RT-Thread Utestcases"
         default n
         default n
         select RT_USING_UTEST
         select RT_USING_UTEST
+        select RT_USING_DEBUG if !RT_USING_ULOG
 
 
     if RT_USING_UTESTCASES
     if RT_USING_UTESTCASES