blob: adf18258445cb71cc13847dfe0734369afc7a345 [file] [log] [blame]
/*
* gnss_log.h
*
* GNSS test log.
*
* Author : wyq
* Date : 2024/9/6 10:20:00
*/
#ifndef _GNSS_LOG_H
#define _GNSS_LOG_H
#define MBTK_GNSS_TEST_LOG 1
#define MBTK_GNSS_TIME_CHECK 1
void mbtk_gnss_time_check(time_t _time);
int mbtk_check_num(void);
void gnss_test_log(const char* format, ...);
#endif