From 5c04e2ad8d14616ce3ca09b658d25bab3d8d2460 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 4 Oct 2023 10:18:31 +1100 Subject: Neaten up the various kinds of inputs, and move volumes to The New Way --- src/system_fsm/include/system_events.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/system_fsm/include') diff --git a/src/system_fsm/include/system_events.hpp b/src/system_fsm/include/system_events.hpp index 7b21dbb5..4db9beb0 100644 --- a/src/system_fsm/include/system_events.hpp +++ b/src/system_fsm/include/system_events.hpp @@ -41,12 +41,6 @@ struct StorageMounted : tinyfsm::Event {}; struct StorageError : tinyfsm::Event {}; -struct KeyUpChanged : tinyfsm::Event { - bool falling; -}; -struct KeyDownChanged : tinyfsm::Event { - bool falling; -}; struct KeyLockChanged : tinyfsm::Event { bool falling; }; -- cgit v1.2.3