git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16325 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christian Gmeiner 2008-02-17 15:32:26 +00:00
parent 78fa347c6b
commit b9c9ca6290
2 changed files with 8 additions and 0 deletions

View file

@ -17,5 +17,9 @@
*
****************************************************************************/
#ifndef BUTTON_POWER
#define DEBUG_CANCEL BUTTON_MENU
#else
#define DEBUG_CANCEL BUTTON_POWER
#endif
bool __dbg_hw_info(void);