Skip to content

Commit 3e95ea1

Browse files
committed
Merge branch 'master' of https://github.com/PeterChmurciak/vl53l0x-arduino into HEAD
2 parents 8accf7b + 6ad57c8 commit 3e95ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VL53L0X.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// or paraphrased from the API source code, API user manual (UM2039), and the
44
// VL53L0X datasheet.
55

6-
#include <VL53L0X.h>
6+
#include "VL53L0X.h"
77
#include <Wire.h>
88

99
// Defines /////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)