From 3bf98bd9c7ffbff4e2ccceaacd0e6a7cc685086c Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Thu, 15 Nov 2018 10:34:08 +1300 Subject: [PATCH] Fixed outdated define. --- src/main/io/dashboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/io/dashboard.h b/src/main/io/dashboard.h index cd9379c8b3..626b139e5b 100644 --- a/src/main/io/dashboard.h +++ b/src/main/io/dashboard.h @@ -44,7 +44,7 @@ typedef enum { PAGE_RX, PAGE_PROFILE, PAGE_RPROF, -#ifndef SKIP_TASK_STATISTICS +#if defined(USE_TASK_STATISTICS) PAGE_TASKS, #endif #ifdef USE_GPS