From 0347555d5b2314e1be58261ef29fa13a76c039e6 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 30 Jun 2023 17:05:11 +1000 Subject: Start on converting gpio expander interupts to fsm events --- src/system_fsm/include/system_fsm.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/system_fsm/include/system_fsm.hpp') diff --git a/src/system_fsm/include/system_fsm.hpp b/src/system_fsm/include/system_fsm.hpp index 037c0a0e..725f2f50 100644 --- a/src/system_fsm/include/system_fsm.hpp +++ b/src/system_fsm/include/system_fsm.hpp @@ -38,6 +38,7 @@ class SystemState : public tinyfsm::Fsm { void react(const tinyfsm::Event& ev) {} void react(const FatalError&); + void react(const internal::GpioInterrupt&); virtual void react(const DisplayReady&) {} virtual void react(const BootComplete&) {} -- cgit v1.2.3