mirror of
https://github.com/jam422470459/EPD-nRF52-hema213.git
synced 2025-12-08 09:28:13 +08:00
add calendar support
This commit is contained in:
@@ -638,7 +638,7 @@
|
||||
// <e> GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver
|
||||
//==========================================================
|
||||
#ifndef GPIOTE_ENABLED
|
||||
#define GPIOTE_ENABLED 0
|
||||
#define GPIOTE_ENABLED 1
|
||||
#endif
|
||||
#if GPIOTE_ENABLED
|
||||
// <o> GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins
|
||||
@@ -3558,7 +3558,7 @@
|
||||
// <4=> Debug
|
||||
|
||||
#ifndef NRF_LOG_DEFAULT_LEVEL
|
||||
#define NRF_LOG_DEFAULT_LEVEL 3
|
||||
#define NRF_LOG_DEFAULT_LEVEL 4
|
||||
#endif
|
||||
|
||||
// <e> NRF_LOG_DEFERRED - Enable deffered logger.
|
||||
@@ -3585,7 +3585,7 @@
|
||||
// <i> Function for getting the timestamp is provided by the user
|
||||
|
||||
#ifndef NRF_LOG_USES_TIMESTAMP
|
||||
#define NRF_LOG_USES_TIMESTAMP 0
|
||||
#define NRF_LOG_USES_TIMESTAMP 1
|
||||
#endif
|
||||
|
||||
#endif //NRF_LOG_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user