Skip to content

Commit

Permalink
Update pab_manifest.c
Browse files Browse the repository at this point in the history
The value is changed to 0x110:
{HW_BASE_ID(0x110),  base_configuration_0, arraySize(base_configuration_0)},   // ZeroOne Pixhawk Baseboard ver 0x110
  • Loading branch information
ZeroOne-Aero authored Aug 13, 2024
1 parent 614045e commit b87750e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/common/pab_manifest.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ static px4_hw_mft_list_entry_t mft_lists[] = {
{HW_BASE_ID(16), base_configuration_0, arraySize(base_configuration_0)}, // Auterion Skynode ver 16
{HW_BASE_ID(17), base_configuration_17, arraySize(base_configuration_17)}, // Auterion Skynode ver 17
{HW_BASE_ID(0x100), base_configuration_0, arraySize(base_configuration_0)}, // Holybro Pixhawk Jetson Baseboard ver 0x100 Alaised to ID 0
{HW_BASE_ID(0x150), base_configuration_0, arraySize(base_configuration_0)}, // ZeroOne Pixhawk Baseboard ver 0x150
{HW_BASE_ID(0x110), base_configuration_0, arraySize(base_configuration_0)}, // ZeroOne Pixhawk Baseboard ver 0x110
};

/************************************************************************************
Expand Down

0 comments on commit b87750e

Please sign in to comment.