Skip to content

Commit b92038a

Browse files
authored
Merge pull request #5 from ErikWAberg/main
Replace backslash in #include's
2 parents 53062a5 + d616208 commit b92038a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sfe_ism_shim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "sfe_ism_shim.h"
22
#include "sfe_ism330dhcx.h"
3-
#include "st_src\ism330dhcx_reg.h"
3+
#include "st_src/ism330dhcx_reg.h"
44

55

66
// Initializes the interfacing struct for STMicroelectronic's library.

src/sfe_ism_shim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
#include "st_src\ism330dhcx_reg.h"
2+
#include "st_src/ism330dhcx_reg.h"
33

44
#ifdef __cpluplus
55
extern "C"{

0 commit comments

Comments
 (0)