diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index d127aef..b786199 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1079,7 +1079,7 @@ bool dbg_ports(void) return false; } -#elif CONFIG_CPU == PP5020 +#elif CONFIG_CPU == PP5020 || CONFIG_CPU == PP5024 unsigned int gpio_a, gpio_b, gpio_c, gpio_d; unsigned int gpio_e, gpio_f, gpio_g, gpio_h; |