From fde22376d465f86013dbda641947425da54331da Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Sat, 26 Mar 2011 21:14:12 +0000 Subject: [PATCH] Backport r29644 to the 3.8 branch - Fix error in Ohm's law formula as provided in FS#12023. Thanks to Leif Andersen. git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_8@29650 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/resistor.c | 6 +++--- docs/CREDITS | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/plugins/resistor.c b/apps/plugins/resistor.c index 1967335469..87f6cfcb82 100644 --- a/apps/plugins/resistor.c +++ b/apps/plugins/resistor.c @@ -496,9 +496,9 @@ static void display_helpfile(void) "", "V = IR", "", "I = V/R", "", "and", - "", "R = I/V", "", "", - "Where", "V", "=", "voltage", "I", "=", "current", "(in", "amps)", - "and", "R", "=", "resistance", "(measured", "in", "Ohms)", "", "", + "", "R = V/I", "", "", + "Where", "V", "=", "voltage, ", "I", "=", "current", "(in", "amps)", + "and", "R", "=", "resistance", "(measured", "in", "Ohms).", "", "", /* 28 */ /* -- */ "The", "primary", "characteristics", "of", "a", "resistor", "are", diff --git a/docs/CREDITS b/docs/CREDITS index 348cc35ec9..c9e1fbe860 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -588,6 +588,7 @@ Dave Slusher Jean-Marie Moraux Ismael Castiñeira Álvarez Mārtiņš Šimis +Leif Andersen The libmad team The wavpack team