mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
AlienFligth F3 V2 support
Updated SPI driver (SPI3 on F3 targets) AK8963 Mag support (part of MPU9250) MPU9250 SPI support via MPU6500 driver Updated LED driver for alternative LED sets Enable gyro intterupt for AlienFlight F3 targets Update AlienWii/AlienFlight documentation Rename AlienWii to AlienFlight
This commit is contained in:
parent
b1476c05f8
commit
7634e4c635
36 changed files with 771 additions and 247 deletions
|
@ -81,7 +81,7 @@
|
|||
#include "config/config_master.h"
|
||||
|
||||
#include "version.h"
|
||||
#ifdef NAZE
|
||||
#ifdef USE_HARDWARE_REVISION_DETECTION
|
||||
#include "hardware_revision.h"
|
||||
#endif
|
||||
|
||||
|
@ -766,7 +766,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