From 5e11d2b349bffe92c539649799b27c946c2ff17b Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Tue, 4 Aug 2015 22:50:56 -0700 Subject: stmhal: Enable SPI support for F7 MCUs. --- stmhal/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'stmhal/main.c') diff --git a/stmhal/main.c b/stmhal/main.c index c1d85f978..1413c5962 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -472,9 +472,7 @@ soft_reset: #endif i2c_init0(); -#if !defined(STM32F7) // Temp hack spi_init0(); -#endif pyb_usb_init0(); // Initialise the local flash filesystem. -- cgit v1.2.3