reset debugger and app_log_enable

This commit is contained in:
Yunhorn 2023-10-13 17:54:45 +08:00
parent 2a4dd64a45
commit ee08e39138
1 changed files with 2 additions and 2 deletions

View File

@ -47,12 +47,12 @@ extern "C" {
/**
* @brief Verbose level for all trace logs
*/
#define VERBOSE_LEVEL VLEVEL_M
#define VERBOSE_LEVEL VLEVEL_H
/**
* @brief Enable trace logs
*/
#define APP_LOG_ENABLED 1
#define APP_LOG_ENABLED 0
/**
* @brief Activate monitoring (probes) of some internal RF signals for debug purpose