diff options
| author | Dave Hylands | 2015-08-04 22:50:56 -0700 |
|---|---|---|
| committer | Damien George | 2015-08-05 23:38:49 +0100 |
| commit | 5e11d2b349bffe92c539649799b27c946c2ff17b (patch) | |
| tree | d52d090c3269eb29535bba009d2375f59e0f5b41 /stmhal/main.c | |
| parent | 34fe5a30c6b9ec4ff5d9b10ef9b2e39ec5fd778f (diff) | |
stmhal: Enable SPI support for F7 MCUs.
Diffstat (limited to 'stmhal/main.c')
| -rw-r--r-- | stmhal/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
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. |
