mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
nxp_ucans32k146: Use px4_platform_configure
This commit is contained in:
committed by
Daniel Agar
parent
ad1c603af4
commit
74a0693040
@@ -94,7 +94,13 @@ int board_app_initialize(uintptr_t arg)
|
||||
|
||||
/* Perform board-specific initialization */
|
||||
|
||||
return s32k1xx_bringup();
|
||||
int rv = s32k1xx_bringup();
|
||||
|
||||
/* Configure the HW based on the manifest */
|
||||
|
||||
px4_platform_configure();
|
||||
|
||||
return rv;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user