#ifndef APP_PAIR_CHARGERPIN__ #define APP_PAIR_CHARGERPIN__ // BLE_PRINTF - 调试信息 #ifndef PAIR_CHARGERPIN_PRINTF #define PAIR_CHARGERPIN_PRINTF 0 #endif #if PAIR_CHARGERPIN_PRINTF #define PAIR_CHARGERPIN_PRINT(...) SEGGER_RTT_printf(0, __VA_ARGS__) #else #define PAIR_CHARGERPIN_PRINT(...) ; #endif // PAIR_INFO_EN - 调试信息 #ifndef PAIR_CHARGERPIN_INFO_EN #define PAIR_CHARGERPIN_INFO_EN 1 #endif #if PAIR_CHARGERPIN_INFO_EN #define PAIR_CHARGERPIN_INFO(...) SEGGER_RTT_printf(0, __VA_ARGS__) #else #define PAIR_CHARGERPIN_INFO(...) ; #endif void app_pair_chargerpin_Init(void); #endif