bleSDK_expansion_board/examples/pwcTest/src/cfg.h

20 lines
456 B
C

/**
****************************************************************************************
*
* @file cfg.h
*
* @brief App Configure MACRO, --preinclude
*
****************************************************************************************
*/
#ifndef _APP_CFG_H_
#define _APP_CFG_H_
/// Debug Mode: 0=Disable, 1=via UART, 2=RTT Viewer
#define DBG_MODE (1)
#define CTMR_USED (1) // 1-CTMR, 0-ATMR
#endif //_APP_CFG_H_