mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
AP_HAL_Empty: add check owner method
This commit is contained in:
parent
39bd229279
commit
215c1249cb
@ -8,6 +8,7 @@ public:
|
||||
bool give() override;
|
||||
bool take(uint32_t timeout_ms) override;
|
||||
bool take_nonblocking() override;
|
||||
bool check_owner() { return true; }
|
||||
private:
|
||||
bool _taken;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user