summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/hosted/sonynwz/debug-nwz.c1
-rw-r--r--tools/creative.c1
2 files changed, 0 insertions, 2 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)
359 359
360 lcd_clear_display(); 360 lcd_clear_display();
361 int line = 0; 361 int line = 0;
362 unsigned int val;
363 362
364 lcd_putsf(0, line++, "vol: %d dB", vol); 363 lcd_putsf(0, line++, "vol: %d dB", vol);
365 364
diff --git a/tools/creative.c b/tools/creative.c
index a8548444ff..faecafac6e 100644
--- a/tools/creative.c
+++ b/tools/creative.c
@@ -123,7 +123,6 @@ typedef struct
123 --------------------------------------------------------------------------- 123 ---------------------------------------------------------------------------
124*/ 124*/
125 125
126static const char null_key_v1[] = "CTL:N0MAD|PDE0.SIGN.";
127static const char null_key_v2[] = "CTL:N0MAD|PDE0.DPMP."; 126static const char null_key_v2[] = "CTL:N0MAD|PDE0.DPMP.";
128static const char null_key_v3[] = "CTL:Z3N07|PDE0.DPMP."; 127static const char null_key_v3[] = "CTL:Z3N07|PDE0.DPMP.";
129static const char null_key_v4[] = "CTL:N0MAD|PDE0.DPFP."; 128static const char null_key_v4[] = "CTL:N0MAD|PDE0.DPFP.";