diff --git a/libraries/AP_Mount/AP_Mount.h b/libraries/AP_Mount/AP_Mount.h index 342f509326..c183e76cc5 100644 --- a/libraries/AP_Mount/AP_Mount.h +++ b/libraries/AP_Mount/AP_Mount.h @@ -128,7 +128,7 @@ public: }; // init - detect and initialise all mounts - void init(); + __INITFUNC__ void init(); // update - give mount opportunity to update servos. should be called at 10hz or higher void update();