fix TWI includes

This commit is contained in:
okaestne 2020-11-15 17:45:43 +01:00
parent cadc0c25d4
commit f42b33ed6d
No known key found for this signature in database
GPG Key ID: 06A81B143EA9588F

View File

@ -1,6 +1,8 @@
#pragma once
#include <FreeRTOS.h>
#include <semphr.h>
#include <drivers/include/nrfx_twi.h> // NRF_TWIM_Type
#include <cstdint>
namespace Pinetime {
namespace Drivers {