mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 08:23:56 -04:00
AP_HAL: add reboot to scheduler
This commit is contained in:
parent
04d7b5ffe4
commit
592d32ba47
@ -25,6 +25,8 @@ public:
|
|||||||
|
|
||||||
virtual void begin_atomic() = 0;
|
virtual void begin_atomic() = 0;
|
||||||
virtual void end_atomic() = 0;
|
virtual void end_atomic() = 0;
|
||||||
|
|
||||||
|
virtual void reboot() = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // __AP_HAL_SCHEDULER_H__
|
#endif // __AP_HAL_SCHEDULER_H__
|
||||||
|
Loading…
Reference in New Issue
Block a user