boards/holybro/kakutef7: remove px4_platform_config

kakutef7 doesn't use manifest
This commit is contained in:
Igor Mišić
2023-06-24 10:37:31 +02:00
committed by Beat Küng
parent 018ec97c41
commit 2307d4aa22
-4
View File
@@ -252,9 +252,5 @@ __EXPORT int board_app_initialize(uintptr_t arg)
#endif #endif
/* Configure the HW based on the manifest */
px4_platform_configure();
return OK; return OK;
} }