px4_fmu-v6x:Add Holybro Pixhawk Jetson Baseboard ver 0x100

This commit is contained in:
David Sidrane
2024-04-03 06:48:09 -07:00
committed by Daniel Agar
parent 297ddabe70
commit a73df4752f
+2
View File
@@ -356,6 +356,7 @@ static const px4_hw_mft_item_t base_configuration_17[] = {
},
};
// BASE ID 0x100 Holybro Pixhawk Jetson Baseboard Alaised to ID 0
static px4_hw_mft_list_entry_t mft_lists[] = {
// ver_rev
@@ -370,6 +371,7 @@ static px4_hw_mft_list_entry_t mft_lists[] = {
{HW_BASE_ID(10), base_configuration_9, arraySize(base_configuration_9)}, // Auterion Skynode ver 10
{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
};
/************************************************************************************