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