Browse Source

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

ryancw 2 tháng trước cách đây
mục cha
commit
007b221366
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Kconfig.utestcases

+ 1 - 0
Kconfig.utestcases

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