we have two methods of very similar purpose?
This commit is contained in:
parent
76a1876eeb
commit
e385537102
|
@ -330,6 +330,7 @@ trigger_type_e getVvtTriggerType(vvt_mode_e vvtMode);
|
|||
void applyNonPersistentConfiguration();
|
||||
void prepareOutputSignals();
|
||||
|
||||
// todo: huh we also have validateConfig()?!
|
||||
void validateConfiguration();
|
||||
void scheduleReboot();
|
||||
bool isLockedFromUser();
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// todo: huh we also have validateConfiguration()?!
|
||||
bool validateConfig();
|
||||
char * getPinNameByAdcChannel(const char *msg, adc_channel_e hwChannel, char *buffer);
|
||||
void initPeriodicEvents();
|
||||
|
|
Loading…
Reference in New Issue