AP_HAL: add reboot to scheduler

This commit is contained in:
Pat Hickey 2012-12-04 15:52:27 -08:00 committed by Andrew Tridgell
parent 04d7b5ffe4
commit 592d32ba47

View File

@ -25,6 +25,8 @@ public:
virtual void begin_atomic() = 0;
virtual void end_atomic() = 0;
virtual void reboot() = 0;
};
#endif // __AP_HAL_SCHEDULER_H__