mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 10:34:07 +08:00
fmuv2:Added State information for FMUv2 questionable hardware
This HW does not respond to the GPIO query consistantly and should be treated like regular FMUv2
This commit is contained in:
parent
7524a318cc
commit
5b4da90d60
@ -56,6 +56,7 @@
|
||||
#define HW_VER_FMUV2_STATE 0x8 /* PB12:PU:1 PB12:PD:0 PB4:PU:0 PB4PD:0 */
|
||||
#define HW_VER_FMUV3_STATE 0xE /* PB12:PU:1 PB12:PD:1 PB4:PU:1 PB4PD:0 */
|
||||
#define HW_VER_FMUV2MINI_STATE 0xA /* PB12:PU:1 PB12:PD:0 PB4:PU:1 PB4PD:0 */
|
||||
#define HW_VER_FMUV2X_STATE 0xB /* PB12:PU:1 PB12:PD:0 PB4:PU:1 PB4PD:1 */
|
||||
#define HW_VER_TYPE_INIT {'V','2',0, 0}
|
||||
|
||||
/****************************************************************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user