mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
fix yellow and red from r28522
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28523 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b8a7f5137b
commit
8a16f1ba00
3 changed files with 5 additions and 2 deletions
|
|
@ -433,7 +433,7 @@ end:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool __dbg_ports(void)
|
bool dbg_ports(void)
|
||||||
{
|
{
|
||||||
int line, btn, i;
|
int line, btn, i;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,5 +25,5 @@
|
||||||
|
|
||||||
#define DEBUG_CANCEL BUTTON_LEFT
|
#define DEBUG_CANCEL BUTTON_LEFT
|
||||||
bool __dbg_hw_info(void);
|
bool __dbg_hw_info(void);
|
||||||
bool __dbg_ports(void);
|
bool dbg_ports(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,9 @@
|
||||||
#include "powermgmt.h"
|
#include "powermgmt.h"
|
||||||
#include "adc.h"
|
#include "adc.h"
|
||||||
#include "debug-target.h"
|
#include "debug-target.h"
|
||||||
|
#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
|
||||||
|
#include "lcd-remote.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
bool dbg_ports(void)
|
bool dbg_ports(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue