1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

Fixed outdated define.

This commit is contained in:
Michael Keller 2018-11-15 10:34:08 +13:00
parent f43dc4e294
commit 3bf98bd9c7

View file

@ -44,7 +44,7 @@ typedef enum {
PAGE_RX, PAGE_RX,
PAGE_PROFILE, PAGE_PROFILE,
PAGE_RPROF, PAGE_RPROF,
#ifndef SKIP_TASK_STATISTICS #if defined(USE_TASK_STATISTICS)
PAGE_TASKS, PAGE_TASKS,
#endif #endif
#ifdef USE_GPS #ifdef USE_GPS