summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/snow/board.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/snow/board.c b/board/snow/board.c
index c2e29e879c..7ca50704a5 100644
--- a/board/snow/board.c
+++ b/board/snow/board.c
@@ -107,9 +107,6 @@ void configure_board(void)
*/
STM32_RCC_APB2ENR |= 0x1fd;
- /* Enable SPI */
- STM32_RCC_APB2ENR |= (1<<12);
-
/* remap OSC_IN/OSC_OUT to PD0/PD1 */
STM32_GPIO_AFIO_MAPR |= 1 << 15;