Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11667 - Resistor code calculator: Follow-up patch

Attached to Project: Rockbox
Opened by Calvin Walden (clone4crw) - Tuesday, 12 October 2010, 04:00 GMT+2
Last edited by Frank Gevaerts (fg) - Wednesday, 13 October 2010, 22:14 GMT+2
Task Type Bugs
Category Plugins
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

Here's a small patch for the resistor code calculator, fixing a moderately significant bug in the resistance -> codes and LED resistor modes. Not much too it.
   resistor_8.diff (1 KiB)
 apps/plugins/resistor.c |    6 ++++++
 1 file changed, 6 insertions(+)

This task depends upon

Closed by  Frank Gevaerts (fg)
Wednesday, 13 October 2010, 22:14 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Fix committed as r28269
Comment by Frank Gevaerts (fg) - Wednesday, 13 October 2010, 21:43 GMT+2
Here's my attempt at simplifying the calculations, which should avoid this sort of issue in the first place.
   calculation.diff (3.4 KiB)
 apps/plugins/resistor.c |   78 ++++++++++--------------------------------------
 1 file changed, 17 insertions(+), 61 deletions(-)

Loading...