diff --git a/boards/uvify/core/src/init.c b/boards/uvify/core/src/init.c index f29d060a3c..13da4c6ba5 100644 --- a/boards/uvify/core/src/init.c +++ b/boards/uvify/core/src/init.c @@ -379,5 +379,9 @@ __EXPORT int board_app_initialize(uintptr_t arg) #endif + /* Configure the HW based on the manifest */ + + px4_platform_configure(); + return OK; }