Make syrlinks COM more reliable

This commit is contained in:
2023-03-24 00:59:41 +01:00
parent 7f36bd365f
commit a9efedfc86
12 changed files with 280 additions and 20 deletions

View File

@ -18,7 +18,7 @@ class SusPolling : public SystemObject, public ExecutableObjectIF, public Device
ReturnValue_t initialize() override;
private:
enum class InternalState { IDLE, BUSY } state = InternalState::IDLE;
enum class InternalState { IDLE, IS_BUSY } state = InternalState::IDLE;
struct SusDev {
SpiCookie* cookie = nullptr;