summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorfrederic lesur LESUR Frederic <frederic.lesur@ads-jp.intraxa>2020-07-20 23:56:12 (GMT)
committerfrederic lesur LESUR Frederic <frederic.lesur@ads-jp.intraxa>2020-07-20 23:56:12 (GMT)
commita9f04596260a7d9f35c2629e280a65843964b813 (patch)
treef69131c25e80f271dc75d3e28a3a80dcdd86f774 /src/drivers
parent504c2b3d5c358003df016d8ffc9797dbed64de08 (diff)
correct include header
Diffstat (limited to 'src/drivers')
-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 55a2462..4a0c536 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"