Fix include

pull/13397/head
winneymj 2020-07-29 19:39:19 -05:00
parent db23d53d32
commit bcacf2136d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
#if NRFX_SPIM_ENABLED
#include "nrfx_spim.h"
#elif NRFX_SPI_ENABLED
#include "nrfx_spim.h"
#include "nrfx_spi.h"
#endif
#include "nrf_twi.h"