Mod aaa-12 重新格式化代码,更新工程配置

RCA:
SOL:
修改人:huangxin
检视人:huangxin
This commit is contained in:
huangxin 2019-11-25 15:37:05 +08:00
parent 8c278cbc64
commit 7bbf06cc6f
3 changed files with 24 additions and 15 deletions

View File

@ -1,5 +1,9 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
if(PLAT_ARM64)
INCLUDE(${CMAKE_SOURCE_DIR}/projects/arm64.cmake)
endif()
project(ztp_client)
AUX_SOURCE_DIRECTORY(./log ZTP_SRC)

View File

@ -5,8 +5,11 @@
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#ifdef MONITOR_ZTP_CFG_FILE
#include <sys/inotify.h>
#include <errno.h>
#endif
#include "common.h"
#include "log.h"

View File

@ -212,6 +212,8 @@ static void *__logOutputThread(void *p)
pthread_detach(pthread_self());
g_bEnableLog = TRUE;
return NULL;
}
/**