mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
mips: fix some compile warnings.
Change-Id: Ia5e83702313c1c184480290d3b0e6a66f01b7277
This commit is contained in:
parent
53d72a8be1
commit
d2cef81bba
5 changed files with 11 additions and 5 deletions
|
|
@ -75,7 +75,8 @@ int _battery_voltage(void)
|
|||
|
||||
dummy = REG_SADC_BATDAT;
|
||||
dummy = REG_SADC_BATDAT;
|
||||
|
||||
(void)dummy;
|
||||
|
||||
REG_SADC_ENA |= SADC_ENA_PBATEN;
|
||||
bat_val = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue