Unbenutztes Datenfeld entfernt

This commit is contained in:
Carsten Keller 2024-06-09 17:58:19 +02:00
parent cbfb333b18
commit 7002242e80
Signed by: carsten
GPG Key ID: DF06343A3A9B8868
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@ namespace ElektronischeLast
}; };
LL_GPIO_Init(GPIOB, &init); LL_GPIO_Init(GPIOB, &init);
this->pin_input = false;
this->set_backlight(true); this->set_backlight(true);
this->current_state = StateDelay; this->current_state = StateDelay;
this->next_state = StateInit01; this->next_state = StateInit01;

View File

@ -96,7 +96,6 @@ namespace ElektronischeLast
private: private:
State_t current_state; State_t current_state;
State_t next_state; State_t next_state;
bool pin_input;
std::uint32_t timer; std::uint32_t timer;
bool timer_elapsed(void); bool timer_elapsed(void);
void start_timer(std::uint32_t timeout); void start_timer(std::uint32_t timeout);