1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Fix max7456ConfigMutable()->clockConfig

This commit is contained in:
Steve Evans 2022-01-08 14:06:56 +00:00
parent b8c58abf0e
commit 3efe85e24a

View file

@ -63,7 +63,7 @@ void targetConfiguration(void)
{
#ifdef OMNIBUSF4BASE
// OMNIBUS F4 AIO (1st gen) has a AB7456 chip that is detected as MAX7456
max7456ConfigMutable()->clockConfig = MAX7456_CLOCK_CONFIG_FULL;
max7456ConfigMutable()->clockConfig = MAX7456_CLOCK_CONFIG_NOMINAL;
#endif
#ifdef EXUAVF4PRO