From 1eafd500e329fedffba55a598e2755659fefc2fb Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 5 Jul 2019 22:46:51 +0200 Subject: Cleanup: remove non-existing pressures in debug_print_pressures() DILUENT_PRESSURE and INTERPOLATED_DILUENT_PRESSURE do not exist anymore. No point in trying to output them. Signed-off-by: Berthold Stoeger --- core/gaspressures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/gaspressures.c') diff --git a/core/gaspressures.c b/core/gaspressures.c index 72c6d4a57..3b84aad24 100644 --- a/core/gaspressures.c +++ b/core/gaspressures.c @@ -352,7 +352,7 @@ static void debug_print_pressures(struct plot_info *pi) int i; for (i = 0; i < pi->nr; i++) { struct plot_data *entry = pi->entry + i; - printf("%5d |%9d | %9d || %9d | %9d |\n", i, SENSOR_PRESSURE(entry), INTERPOLATED_PRESSURE(entry), DILUENT_PRESSURE(entry), INTERPOLATED_DILUENT_PRESSURE(entry)); + printf("%5d |%9d | %9d |\n", i, SENSOR_PRESSURE(entry), INTERPOLATED_PRESSURE(entry)); } } #endif -- cgit v1.2.3-70-g09d2