mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
minor define fixes found during documentation work (#13631)
This commit is contained in:
parent
764d82d4fd
commit
7ae92a9319
4 changed files with 5 additions and 5 deletions
|
@ -236,7 +236,7 @@ static void configureQuadSPIBusses(void)
|
|||
#ifdef USE_QUADSPI_DEVICE_1
|
||||
quadSpiInit(QUADSPIDEV_1);
|
||||
#endif
|
||||
#endif // USE_QUAD_SPI
|
||||
#endif // USE_QUADSPI
|
||||
}
|
||||
|
||||
static void configureOctoSPIBusses(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue