diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2017-09-06 17:48:00 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2017-09-06 18:01:25 +0200 |
commit | 4580897d055943dd31923a152a4b2d7f87649472 (patch) | |
tree | ae1c7572395b2b4896e74284782aaeb5f40ba086 /firmware | |
parent | 23548541dbf04f40ce354b9d35fc2dc97af7d1c3 (diff) |
fix yellows
Change-Id: Ie27d3aa7d2485b4eb053af48ba34ad6526bf6472
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/target/hosted/sonynwz/debug-nwz.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/hosted/sonynwz/debug-nwz.c b/firmware/target/hosted/sonynwz/debug-nwz.c index c55029524c..e9044beca9 100644 --- a/firmware/target/hosted/sonynwz/debug-nwz.c +++ b/firmware/target/hosted/sonynwz/debug-nwz.c @@ -359,7 +359,6 @@ bool dbg_hw_info_audio(void) lcd_clear_display(); int line = 0; - unsigned int val; lcd_putsf(0, line++, "vol: %d dB", vol); |