aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/WVSHARE_BLE400
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/boards/WVSHARE_BLE400')
-rw-r--r--os/hal/boards/WVSHARE_BLE400/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/boards/WVSHARE_BLE400/board.h b/os/hal/boards/WVSHARE_BLE400/board.h
index 957fe7e..189010c 100644
--- a/os/hal/boards/WVSHARE_BLE400/board.h
+++ b/os/hal/boards/WVSHARE_BLE400/board.h
@@ -33,6 +33,11 @@
#define UART_TX 9
#define UART_RX 11
+#define SPI_SCK 25
+#define SPI_MOSI 24
+#define SPI_MISO 23
+#define SPI_SS 30
+
#if !defined(_FROM_ASM_)
#ifdef __cplusplus
extern "C" {