From 610991455d335663de1dd6c0c6a3e0247ffd46df Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 7 Jun 2023 09:50:25 +1000 Subject: R4 pre-emptive bringup Includes stripping out the IC-specific I2S stuff, and doing more manual volume control using pots --- src/ui/ui_fsm.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ui/ui_fsm.cpp') diff --git a/src/ui/ui_fsm.cpp b/src/ui/ui_fsm.cpp index 1bc7ddb8..5c59cf22 100644 --- a/src/ui/ui_fsm.cpp +++ b/src/ui/ui_fsm.cpp @@ -42,8 +42,7 @@ void PreBoot::react(const system_fsm::DisplayReady& ev) { transit(); } -void Splash::entry() { -} +void Splash::entry() {} void Splash::react(const system_fsm::BootComplete& ev) { transit(); -- cgit v1.2.3