Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Patches
  • Category Drivers
  • Assigned To No-one
  • Operating System All players
  • Severity Low
  • Priority Very Low
  • Reported Version Daily build (which?)
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by tomers - 2009-04-20
Last edited by fg - 2009-04-20

FS#10153 - USB: Fix wrong ifdef in introduced in r20751

This patch simply fix wrong parenthesis in debug_menu.c:

- && (defined(ROCKBOX_HAS_LOGF) && defined(USB_SERIAL) || defined(USB_HID))
+ && 1) || defined(USB_HID))

1) defined(ROCKBOX_HAS_LOGF) && defined(USB_SERIAL
Closed by  fg
2009-04-20 10:35
Reason for closing:  Not a Bug
Additional comments about closing:   Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407

Those lines are equivalent

Admin
fg commented on 2009-04-20 09:24

Can you explain what's wrong? I don't see it.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing