mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +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
|
#ifdef OMNIBUSF4BASE
|
||||||
// OMNIBUS F4 AIO (1st gen) has a AB7456 chip that is detected as MAX7456
|
// 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
|
#endif
|
||||||
|
|
||||||
#ifdef EXUAVF4PRO
|
#ifdef EXUAVF4PRO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue