mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-28 10:43:58 -04:00
AP_CANManager: mark many functions as __INITFUNC__
... implying they can go into external flash
This commit is contained in:
parent
b9efab548c
commit
9351963f78
@ -60,7 +60,7 @@ public:
|
|||||||
LOG_DEBUG,
|
LOG_DEBUG,
|
||||||
};
|
};
|
||||||
|
|
||||||
void init(void);
|
__INITFUNC__ void init(void);
|
||||||
|
|
||||||
// register a new driver
|
// register a new driver
|
||||||
bool register_driver(AP_CAN::Protocol dtype, AP_CANDriver *driver);
|
bool register_driver(AP_CAN::Protocol dtype, AP_CANDriver *driver);
|
||||||
|
Loading…
Reference in New Issue
Block a user