keil/include/board/board.h
@@ -86,7 +86,7 @@ #define CALIB_CH5 1 #define CALIB_CH2 2 #define CALIB_CH_NUM 3 #define SLEEP_TIMER_NUM 496 #define CALIB_CH(x) (x == 9 ? 0 : (x == 5 ? 1 : 2)) enum BOARD_NVM_ITEM_ID_T @@ -252,6 +252,11 @@ * */ void uart1_change_from_debug_to_gps(void); /** * @brief set board pp output * */ void board_output_init(void); #if defined(__cplusplus) } #endif