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