nxp_fmurt1062-v1: Use px4_platform_configure

This commit is contained in:
David Sidrane
2020-11-20 06:13:52 -08:00
committed by Daniel Agar
parent 65b3b0b2e7
commit ad1c603af4

View File

@@ -320,6 +320,9 @@ __EXPORT int board_app_initialize(uintptr_t arg)
return ret;
}
/* Configure the HW based on the manifest */
px4_platform_configure();
return OK;
}