Author: frederic lesur LESUR Frederic <frederic.lesur@ads-jp.intraxa>
correct include header
src/drivers/TwiMaster.cpp | 4 ++--
diff --git a/src/drivers/TwiMaster.cpp b/src/drivers/TwiMaster.cpp index 55a246271678249b2ebae69ef6df81df5c19f44d..4a0c536d1cf45ed2a6c422ee271b70c00dc739de 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"