Skip to content

Commit bcacf21

Browse files
committed
Fix include
1 parent db23d53 commit bcacf21

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/objects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#if NRFX_SPIM_ENABLED
4747
#include "nrfx_spim.h"
4848
#elif NRFX_SPI_ENABLED
49-
#include "nrfx_spim.h"
49+
#include "nrfx_spi.h"
5050
#endif
5151
#include "nrf_twi.h"
5252

0 commit comments

Comments
 (0)