1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Merge pull request #10869 from SteveCEvans/max7456clk

This commit is contained in:
Michael Keller 2021-08-04 00:18:27 +12:00
parent bf4616aa44
commit 3471fd6c1b

View file

@ -537,6 +537,7 @@ bool max7456Init(const max7456Config_t *max7456Config, const vcdProfile_t *pVcdP
#else
UNUSED(max7456Config);
UNUSED(cpuOverclock);
max7456SpiClock = MAX7456_SPI_CLK;
#endif
#ifdef USE_SPI_TRANSACTION