Unbenutztes Datenfeld entfernt
This commit is contained in:
parent
cbfb333b18
commit
7002242e80
@ -30,7 +30,6 @@ namespace ElektronischeLast
|
||||
};
|
||||
LL_GPIO_Init(GPIOB, &init);
|
||||
|
||||
this->pin_input = false;
|
||||
this->set_backlight(true);
|
||||
this->current_state = StateDelay;
|
||||
this->next_state = StateInit01;
|
||||
|
@ -96,7 +96,6 @@ namespace ElektronischeLast
|
||||
private:
|
||||
State_t current_state;
|
||||
State_t next_state;
|
||||
bool pin_input;
|
||||
std::uint32_t timer;
|
||||
bool timer_elapsed(void);
|
||||
void start_timer(std::uint32_t timeout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user