mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
SPI3 fix
reintroduce SPI timeout to avoid driver blockage AlienFlight related fixes
This commit is contained in:
parent
fda0794441
commit
47f1d7e955
6 changed files with 167 additions and 20 deletions
|
@ -632,7 +632,7 @@ static bool processOutCommand(uint8_t cmdMSP)
|
|||
for (i = 0; i < BOARD_IDENTIFIER_LENGTH; i++) {
|
||||
serialize8(boardIdentifier[i]);
|
||||
}
|
||||
#ifdef NAZE
|
||||
#ifdef USE_HARDWARE_REVISION_DETECTION
|
||||
serialize16(hardwareRevision);
|
||||
#else
|
||||
serialize16(0); // No other build targets currently have hardware revision detection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue