AP_HAL: support is_busy() on WSPI device

This commit is contained in:
Andy Piper 2022-08-31 15:25:01 +01:00 committed by Andrew Tridgell
parent c7c8e1a8a9
commit ac8a94e655
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ public:
// Set command header for upcomming transfer call(s)
virtual void set_cmd_header(const CommandHeader& cmd_hdr) override = 0;
virtual bool is_busy() = 0;
virtual AP_HAL::Semaphore* get_semaphore() override = 0;
protected: