mirror of
https://github.com/apache/nuttx.git
synced 2026-09-15 07:01:05 +00:00
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:
parent
50768ac7a6
commit
c8268cbfcf
1 changed files with 1 additions and 5 deletions
|
|
@ -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 *****************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue