AP_Baro: 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 68969e110e
commit 51d202fd8a

View File

@ -48,7 +48,7 @@ public:
} baro_type_t;
// initialise the barometer object, loading backend drivers
void init(void);
__INITFUNC__ void init(void);
// update the barometer object, asking backends to push data to
// the frontend