Ver Fonte

Nimble: Removed Critical debug level from menuconfig, since it internally maps
to level Error.

Rahul Tank há 4 anos atrás
pai
commit
67bb97cbf3
1 ficheiros alterados com 1 adições e 4 exclusões
  1. 1 4
      components/bt/host/nimble/Kconfig.in

+ 1 - 4
components/bt/host/nimble/Kconfig.in

@@ -44,8 +44,6 @@ choice BT_NIMBLE_LOG_LEVEL
 
     config BT_NIMBLE_LOG_LEVEL_NONE
         bool "No logs"
-    config BT_NIMBLE_LOG_LEVEL_CRIT
-        bool "Critical logs"
     config BT_NIMBLE_LOG_LEVEL_ERROR
         bool "Error logs"
     config BT_NIMBLE_LOG_LEVEL_WARNING
@@ -62,8 +60,7 @@ config BT_NIMBLE_LOG_LEVEL
     default 1 if BT_NIMBLE_LOG_LEVEL_INFO
     default 2 if BT_NIMBLE_LOG_LEVEL_WARNING
     default 3 if BT_NIMBLE_LOG_LEVEL_ERROR
-    default 4 if BT_NIMBLE_LOG_LEVEL_CRIT
-    default 5 if BT_NIMBLE_LOG_LEVEL_NONE
+    default 4 if BT_NIMBLE_LOG_LEVEL_NONE
 
 config BT_NIMBLE_MAX_CONNECTIONS
     int "Maximum number of concurrent connections"