summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/busio/SPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/nrf/common-hal/busio/SPI.h')
-rw-r--r--ports/nrf/common-hal/busio/SPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/common-hal/busio/SPI.h b/ports/nrf/common-hal/busio/SPI.h
index ef3ac9531..796ff59f9 100644
--- a/ports/nrf/common-hal/busio/SPI.h
+++ b/ports/nrf/common-hal/busio/SPI.h
@@ -38,7 +38,7 @@ typedef struct {
typedef struct {
mp_obj_base_t base;
- spim_peripheral_t* spim_peripheral;
+ spim_peripheral_t *spim_peripheral;
bool has_lock;
uint8_t clock_pin_number;
uint8_t MOSI_pin_number;