增加以太网传入RTCM数据
This commit is contained in:
@@ -18,7 +18,7 @@ Timer test_timer;
|
||||
void testTimerProcess(void *signal_id)
|
||||
{
|
||||
(void)signal_id; // 标记变量为已使用,避免编译器警告
|
||||
static uint32_t start_time = 0;
|
||||
// static uint32_t start_time = 0;
|
||||
// short hx,hy,hz=0;
|
||||
|
||||
printf("testAPP\n");
|
||||
@@ -50,7 +50,7 @@ void testTimerProcess(void *signal_id)
|
||||
// UdpSendToData(SocketId,arrtest4,ÐUDPTxLen,IP1,8011);//测试
|
||||
|
||||
|
||||
start_time = getCurrentTime();
|
||||
// start_time = getCurrentTime();
|
||||
|
||||
// 再次启动定时器,实现周期定时
|
||||
timerStart(&test_timer, 1000,1);
|
||||
|
||||
Reference in New Issue
Block a user