dead logic
This commit is contained in:
parent
f457417e45
commit
cf2dff461d
|
@ -462,10 +462,6 @@ void updateDevConsoleState(void) {
|
||||||
printFullAdcReportIfNeeded(&logger);
|
printFullAdcReportIfNeeded(&logger);
|
||||||
#endif /* HAL_USE_ADC */
|
#endif /* HAL_USE_ADC */
|
||||||
|
|
||||||
if (!fullLog) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
systime_t nowSeconds = getTimeNowSeconds();
|
systime_t nowSeconds = getTimeNowSeconds();
|
||||||
|
|
||||||
#if EFI_ENGINE_CONTROL && EFI_SHAFT_POSITION_INPUT
|
#if EFI_ENGINE_CONTROL && EFI_SHAFT_POSITION_INPUT
|
||||||
|
|
|
@ -15,7 +15,6 @@ void prepareTunerStudioOutputs(void);
|
||||||
void startStatusThreads(void);
|
void startStatusThreads(void);
|
||||||
void initStatusLoop(void);
|
void initStatusLoop(void);
|
||||||
void writeLogLine(void);
|
void writeLogLine(void);
|
||||||
bool getFullLog(void);
|
|
||||||
void setFullLog(int value);
|
void setFullLog(int value);
|
||||||
void printOverallStatus(systime_t nowSeconds);
|
void printOverallStatus(systime_t nowSeconds);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue