AP_Mount: mark many functions as __INITFUNC__

... implying they can go into external flash
This commit is contained in:
Peter Barker 2025-02-13 22:27:49 +11:00 committed by Peter Barker
parent bc848d2bed
commit f2104c97d8

View File

@ -128,7 +128,7 @@ public:
}; };
// init - detect and initialise all mounts // 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 // update - give mount opportunity to update servos. should be called at 10hz or higher
void update(); void update();