correct include header

This commit is contained in:
frederic lesur LESUR Frederic 2020-07-21 08:56:12 +09:00
parent 504c2b3d5c
commit a9f0459626

View File

@ -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"