mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-28 10:43:58 -04:00
AP_Mount: mark many functions as __INITFUNC__
... implying they can go into external flash
This commit is contained in:
parent
bc848d2bed
commit
f2104c97d8
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user