Resistor calculator: Initialise variable to make the compiler shut up about it (it's always initialised, but the compiler won't know that)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28276 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7d6c73a1c1
commit
a43ace55ea
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ static void resistance_to_color(void)
|
|||
int temp;
|
||||
int in_resistance_int;
|
||||
|
||||
int power_ten;
|
||||
int power_ten=0;
|
||||
int first_band_int = 0;
|
||||
int second_band_int = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue