mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Removing MMCEN pin setting from LPSPI1
This commit is contained in:
@@ -59,7 +59,6 @@ void weak_function imxrt_spidev_initialize(void)
|
||||
{
|
||||
#ifdef CONFIG_IMXRT_LPSPI1
|
||||
imxrt_config_gpio(GPIO_LPSPI1_CS); /* LPSPI1 chip select */
|
||||
imxrt_config_gpio(GPIO_MMCSD_EN);
|
||||
#endif
|
||||
#ifdef CONFIG_IMXRT_LPSPI3
|
||||
imxrt_config_gpio(GPIO_LPSPI3_CS); /* LPSPI3 chip select */
|
||||
|
||||
Reference in New Issue
Block a user