mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
Cosmetic changes from last PR
This commit is contained in:
@@ -141,9 +141,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_STM32L4_QSPI_DMA
|
#ifdef CONFIG_STM32L4_QSPI_DMA
|
||||||
#if !defined(DMACHAN_QUADSPI)
|
# if !defined(DMACHAN_QUADSPI)
|
||||||
# error QSPI DMA channel must be specified via DMACHAN_QUADSPI in your board.h
|
# error QSPI DMA channel must be specified via DMACHAN_QUADSPI in your board.h
|
||||||
#endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BOARD_AHB_FREQUENCY
|
#ifndef BOARD_AHB_FREQUENCY
|
||||||
@@ -1360,6 +1360,7 @@ static uint32_t qspi_setfrequency(struct qspi_dev_s *dev, uint32_t frequency)
|
|||||||
/* XXX we have no better return here, but the caller will find out
|
/* XXX we have no better return here, but the caller will find out
|
||||||
* in their subsequent calls.
|
* in their subsequent calls.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user