Skip to content

Commit 02ed116

Browse files
authored
Update pab_manifest.c (#23594)
* Update pab_manifest.c I have rebased on main and squash my commits into 1. * Update pab_manifest.c I have updated pab_manifest.c: // BASE ID 0x150 ZeroOne Pixhawk Baseboard Alaised to ID 0 {HW_BASE_ID(0x150), base_configuration_0, arraySize(base_configuration_0)}, // ZeroOne Pixhawk Baseboard ver 0x150
1 parent b33b039 commit 02ed116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platforms/common/pab_manifest.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ static const px4_hw_mft_item_t base_configuration_17[] = {
357357
};
358358

359359
// BASE ID 0x100 Holybro Pixhawk Jetson Baseboard Alaised to ID 0
360+
// BASE ID 0x150 ZeroOne Pixhawk Baseboard Alaised to ID 0
360361

361362
static px4_hw_mft_list_entry_t mft_lists[] = {
362363
// ver_rev
@@ -372,6 +373,7 @@ static px4_hw_mft_list_entry_t mft_lists[] = {
372373
{HW_BASE_ID(16), base_configuration_0, arraySize(base_configuration_0)}, // Auterion Skynode ver 16
373374
{HW_BASE_ID(17), base_configuration_17, arraySize(base_configuration_17)}, // Auterion Skynode ver 17
374375
{HW_BASE_ID(0x100), base_configuration_0, arraySize(base_configuration_0)}, // Holybro Pixhawk Jetson Baseboard ver 0x100 Alaised to ID 0
376+
{HW_BASE_ID(0x150), base_configuration_0, arraySize(base_configuration_0)}, // ZeroOne Pixhawk Baseboard ver 0x150
375377
};
376378

377379
/************************************************************************************

0 commit comments

Comments
 (0)