mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix stupid typo...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20048 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2ee18b336a
commit
28eb803f79
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
/* FIXME: target tree is including ./debug-target.h rather than the one in
|
||||
* sansa-fuze/, even though deps contains the correct one
|
||||
* if I put the below into a sansa-fuze/debug-target.h, it doesn't work*/
|
||||
#if defined(SANSA_FUZE) && defined(SANSA_E200V2)
|
||||
#if defined(SANSA_FUZE) || defined(SANSA_E200V2)
|
||||
#define DEBUG_DBOP
|
||||
short button_dbop_data(void);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue