mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Allow for HALF/NOMINAL/DOUBLE frequency of MAX7456 SPI clock
This commit is contained in:
parent
96ac7953ae
commit
5ef34f79d5
16 changed files with 101 additions and 168 deletions
|
@ -331,7 +331,7 @@ static const char * const lookupTableBusType[] = {
|
|||
|
||||
#ifdef USE_MAX7456
|
||||
static const char * const lookupTableMax7456Clock[] = {
|
||||
"HALF", "DEFAULT", "FULL"
|
||||
"HALF", "NOMINAL", "DOUBLE"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue