소스 검색

优化修改代码

niujiuru 2 일 전
부모
커밋
9c43599ff8
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      hk_takephoto/takephoto.h

+ 3 - 3
hk_takephoto/takephoto.h

@@ -2,8 +2,8 @@
 // Email: niujiuru@qq.com
 // Date: 2025-07-21 【新增支持U口相机】
 // Date: 2026-01-06 【新增支持G口相机】
-#ifndef __TAKEPHOTO_H__
-#define __TAKEPHOTO_H__
+#ifndef __HK_TAKEPHOTO_H__
+#define __HK_TAKEPHOTO_H__
 
 #include "./include/MvCameraControl.h"
 #include "../swapi/include_swapiLib.h"
@@ -51,4 +51,4 @@ int HK_TakePhoto(HKImgType imgType, const char *saveImgPath, int timeout, HKImgM
 }
 #endif
 
-#endif /* __TAKEPHOTO_H__ */
+#endif /* __HK_TAKEPHOTO_H__ */