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/system_fsm/include/system_fsm.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/system_fsm/include') diff --git a/src/system_fsm/include/system_fsm.hpp b/src/system_fsm/include/system_fsm.hpp index 4413f64e..89cdcf47 100644 --- a/src/system_fsm/include/system_fsm.hpp +++ b/src/system_fsm/include/system_fsm.hpp @@ -10,7 +10,6 @@ #include "app_console.hpp" #include "battery.hpp" -#include "dac.hpp" #include "database.hpp" #include "display.hpp" #include "gpio_expander.hpp" @@ -56,7 +55,6 @@ class SystemState : public tinyfsm::Fsm { static std::shared_ptr sBattery; static std::shared_ptr sStorage; static std::shared_ptr sDisplay; - static std::shared_ptr sDac; static std::shared_ptr sDatabase; }; -- cgit v1.2.3