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:
parent
f43dc4e294
commit
3bf98bd9c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue