AP_Proximity: mark many functions as __INITFUNC__

... implying they can go into external flash
This commit is contained in:
Peter Barker 2025-02-13 22:42:21 +11:00 committed by Peter Barker
parent a6d88fd25e
commit 2ec34d1b05

View File

@ -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();