mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-28 10:43:58 -04:00
AP_Proximity: mark many functions as __INITFUNC__
... implying they can go into external flash
This commit is contained in:
parent
a6d88fd25e
commit
2ec34d1b05
@ -102,7 +102,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
// detect and initialise any available proximity sensors
|
// detect and initialise any available proximity sensors
|
||||||
void init();
|
__INITFUNC__ void init();
|
||||||
|
|
||||||
// update state of all proximity sensors. Should be called at high rate from main loop
|
// update state of all proximity sensors. Should be called at high rate from main loop
|
||||||
void update();
|
void update();
|
||||||
|
Loading…
Reference in New Issue
Block a user