disable debug checking
This commit is contained in:
parent
7daadf926a
commit
05b42f2355
|
@ -46,7 +46,9 @@ extern "C" {
|
||||||
/**
|
/**
|
||||||
* @brief Maximum battery level in mV
|
* @brief Maximum battery level in mV
|
||||||
*/
|
*/
|
||||||
#define VDD_BAT BAT_STS_BOARD_3V3 //BAT_CR2032
|
#ifndef VDD_BAT
|
||||||
|
#define VDD_BAT BAT_CR2032
|
||||||
|
#endif
|
||||||
/**
|
/**
|
||||||
* @brief Minimum battery level in mV
|
* @brief Minimum battery level in mV
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -52,7 +52,7 @@ extern "C" {
|
||||||
/**
|
/**
|
||||||
* @brief Enable trace logs
|
* @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
|
* @brief Activate monitoring (probes) of some internal RF signals for debug purpose
|
||||||
|
|
Loading…
Reference in New Issue