Skip to content

Commit 7b21bdb

Browse files
authored
Update vl53l7cx_platform.h
Signed-off-by: Carlo Parata <carlo.parata@st.com>
1 parent 18b0372 commit 7b21bdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vl53l7cx_platform.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
******************************************************************************
3636
*/
3737

38-
#ifndef _VL53L7_PLATFORM_H_
39-
#define _VL53L7_PLATFORM_H_
38+
#ifndef _VL53L7CX_PLATFORM_H_
39+
#define _VL53L7CX_PLATFORM_H_
4040
#pragma once
4141

4242
#include <stdint.h>
@@ -78,4 +78,4 @@ typedef struct {
7878

7979
} VL53L7CX_Platform;
8080

81-
#endif // _VL53L7_PLATFORM_H_
81+
#endif // _VL53L7CX_PLATFORM_H_

0 commit comments

Comments
 (0)