we have two methods of very similar purpose?

This commit is contained in:
rusefillc 2023-02-20 19:05:31 -05:00
parent 76a1876eeb
commit e385537102
2 changed files with 2 additions and 0 deletions

View File

@ -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();

View File

@ -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();