summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/tsc2100.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/tsc2100.c')
-rw-r--r--firmware/drivers/audio/tsc2100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/tsc2100.c b/firmware/drivers/audio/tsc2100.c
index 11f30a8560..ca7f22d097 100644
--- a/firmware/drivers/audio/tsc2100.c
+++ b/firmware/drivers/audio/tsc2100.c
@@ -131,6 +131,6 @@ void audiohw_close(void)
131} 131}
132 132
133void audiohw_set_frequency(int fsel) 133void audiohw_set_frequency(int fsel)
134 134{
135 (void)fsel; 135 (void)fsel;
136} 136}