Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#7944 - Don't add a tick task for button_tick in the bootloader

Attached to Project: Rockbox
Opened by Ben Winslow (Rain) - Saturday, 13 October 2007, 04:10 GMT+2
Last edited by Alex Parker (BigBambi) - Sunday, 06 June 2010, 10:36 GMT+2
Task Type Patches
Category Bootloader
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

The attached patch avoids adding a tick task for button_tick in the bootloader -- it's not used, and I've had tick_add_task() freak out in the bootloader before (although I suspect that was due to a gcc bug.)
   no-bl-button-tick.diff (0.7 KiB)
 firmware/drivers/button.c |    2 ++
 firmware/kernel.c         |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Alex Parker (BigBambi)
Sunday, 06 June 2010, 10:36 GMT+2
Reason for closing:  Out of Date

Loading...