Fix max7456ConfigMutable()->clockConfig

This commit is contained in:
Steve Evans 2022-01-08 14:06:56 +00:00
parent b8c58abf0e
commit 3efe85e24a
1 changed files with 1 additions and 1 deletions

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