diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-02-05 11:02:45 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-02-05 11:03:52 +1100 |
| commit | 299f3cc48f683d3e6dec1efb4957fdb49b4de2c3 (patch) | |
| tree | 6eb0445c300492e53cdc048f12cc6780a12c55eb /src/system_fsm/include/system_events.hpp | |
| parent | 811c335c2ac425320a1949ab23378172e86ae60a (diff) | |
| download | tangara-fw-299f3cc48f683d3e6dec1efb4957fdb49b4de2c3.tar.gz | |
Preserve the queue when going into standby
Diffstat (limited to 'src/system_fsm/include/system_events.hpp')
| -rw-r--r-- | src/system_fsm/include/system_events.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system_fsm/include/system_events.hpp b/src/system_fsm/include/system_events.hpp index a363887e..32394958 100644 --- a/src/system_fsm/include/system_events.hpp +++ b/src/system_fsm/include/system_events.hpp @@ -76,6 +76,7 @@ struct GpioInterrupt : tinyfsm::Event {}; struct SamdInterrupt : tinyfsm::Event {}; struct IdleTimeout : tinyfsm::Event {}; +struct UnmountTimeout : tinyfsm::Event {}; } // namespace internal |
