Merged in juniskane/nuttx-4/Juha-Niskanen/remove-reference-to-nonexistent-config-m-1575888266268 (pull request #1093)

Remove reference to nonexistent config macro. stm32l4_spi.h edited online with Bitbucket

stm32l4_spi.h edited online with Bitbucket

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Juha Niskanen 2019-12-11 12:06:03 +00:00 committed by Gregory Nutt
parent 50768ac7a6
commit c8268cbfcf

View File

@ -49,11 +49,7 @@
/* Maximum allowed speed as per specifications for all SPIs */
#if defined(CONFIG_STM32L4_STM32F40XX)
# define STM32L4_SPI_CLK_MAX 37500000UL
#else
# define STM32L4_SPI_CLK_MAX 40000000UL
#endif
#define STM32L4_SPI_CLK_MAX 40000000UL
/* Register Offsets *****************************************************************/