diff --git a/boards/nxp/fmuk66-e/src/init.c b/boards/nxp/fmuk66-e/src/init.c index 6388f53467..37563bdf9d 100644 --- a/boards/nxp/fmuk66-e/src/init.c +++ b/boards/nxp/fmuk66-e/src/init.c @@ -300,5 +300,9 @@ __EXPORT int board_app_initialize(uintptr_t arg) #endif + /* Configure the HW based on the manifest */ + + px4_platform_configure(); + return OK; }