summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfrederic lesur LESUR Frederic <frederic.lesur@ads-jp.intraxa>2020-07-21 08:56:12 +0900
committerfrederic lesur LESUR Frederic <frederic.lesur@ads-jp.intraxa>2020-07-21 08:56:12 +0900
commita9f04596260a7d9f35c2629e280a65843964b813 (patch)
treef69131c25e80f271dc75d3e28a3a80dcdd86f774 /src
parent504c2b3d5c358003df016d8ffc9797dbed64de08 (diff)
correct include header
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 55a24627..4a0c536d 100644
--- a/src/drivers/TwiMaster.cpp
+++ b/src/drivers/TwiMaster.cpp
@@ -1,5 +1,5 @@
-#include <integration/nrfx/nrfx_log.h>
-#include <modules/nrfx/hal/nrf_gpio.h>
+#include <nrfx_log.h>
+#include <hal/nrf_gpio.h>
#include <cstring>
#include "TwiMaster.h"