We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b0372 commit 7b21bdbCopy full SHA for 7b21bdb
src/vl53l7cx_platform.h
@@ -35,8 +35,8 @@
35
******************************************************************************
36
*/
37
38
-#ifndef _VL53L7_PLATFORM_H_
39
-#define _VL53L7_PLATFORM_H_
+#ifndef _VL53L7CX_PLATFORM_H_
+#define _VL53L7CX_PLATFORM_H_
40
#pragma once
41
42
#include <stdint.h>
@@ -78,4 +78,4 @@ typedef struct {
78
79
} VL53L7CX_Platform;
80
81
-#endif // _VL53L7_PLATFORM_H_
+#endif // _VL53L7CX_PLATFORM_H_
0 commit comments