1
0
Fork 0
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:
Steve Evans 2021-12-29 23:05:16 +00:00
parent 96ac7953ae
commit 5ef34f79d5
16 changed files with 101 additions and 168 deletions

View file

@ -331,7 +331,7 @@ static const char * const lookupTableBusType[] = {
#ifdef USE_MAX7456
static const char * const lookupTableMax7456Clock[] = {
"HALF", "DEFAULT", "FULL"
"HALF", "NOMINAL", "DOUBLE"
};
#endif