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:
parent
b8c58abf0e
commit
3efe85e24a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue