diff --git a/boards/holybro/kakutef7/src/init.c b/boards/holybro/kakutef7/src/init.c index 506b390c1a..2a41274a3e 100644 --- a/boards/holybro/kakutef7/src/init.c +++ b/boards/holybro/kakutef7/src/init.c @@ -266,5 +266,9 @@ __EXPORT int board_app_initialize(uintptr_t arg) #endif + /* Configure the HW based on the manifest */ + + px4_platform_configure(); + return OK; }