summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfrederic lesur LESUR Frederic <frederic.lesur@ads-jp.intraxa>2020-07-21 08:45:58 +0900
committerfrederic lesur LESUR Frederic <frederic.lesur@ads-jp.intraxa>2020-07-21 08:47:19 +0900
commit504c2b3d5c358003df016d8ffc9797dbed64de08 (patch)
treed8f5ad44a4421affe6273679ad72288d43f77732 /src
parent445e7f38e2fe34f1dd65c6ba661e15b65d586308 (diff)
correct bad including of sdk files
(cherry picked from commit 8510e4436f6a2ac7b53fe8cb5010acb840c743b8)
Diffstat (limited to 'src')
-rw-r--r--src/drivers/TwiMaster.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/TwiMaster.cpp b/src/drivers/TwiMaster.cpp
index 5d8fcf6b..55a24627 100644
--- a/src/drivers/TwiMaster.cpp
+++ b/src/drivers/TwiMaster.cpp
@@ -1,5 +1,5 @@
-#include <sdk/integration/nrfx/nrfx_log.h>
-#include <sdk/modules/nrfx/hal/nrf_gpio.h>
+#include <integration/nrfx/nrfx_log.h>
+#include <modules/nrfx/hal/nrf_gpio.h>
#include <cstring>
#include "TwiMaster.h"