summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/spi.h')
-rw-r--r--stmhal/spi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/spi.h b/stmhal/spi.h
index 9f81552525..bf9eabfcab 100644
--- a/stmhal/spi.h
+++ b/stmhal/spi.h
@@ -27,6 +27,9 @@
extern SPI_HandleTypeDef SPIHandle1;
extern SPI_HandleTypeDef SPIHandle2;
extern SPI_HandleTypeDef SPIHandle3;
+extern SPI_HandleTypeDef SPIHandle4;
+extern SPI_HandleTypeDef SPIHandle5;
+extern SPI_HandleTypeDef SPIHandle6;
extern const mp_obj_type_t pyb_spi_type;
void spi_init0(void);