Przeglądaj źródła

Fix include header (#5)

Naveen 4 lat temu
rodzic
commit
6cc61dab84
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      LSM6DS3.cpp

+ 1 - 1
LSM6DS3.cpp

@@ -26,7 +26,7 @@
 
 //See SparkFunLSM6DS3.h for additional topology notes.
 
-#include "SparkFunLSM6DS3.h"
+#include "LSM6DS3.h"
 #include "stdint.h"
 
 #include "Wire.h"