summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio')
-rw-r--r--firmware/drivers/audio/uda1380.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/uda1380.c b/firmware/drivers/audio/uda1380.c
index 1b3d5a065d..88dd9d3abc 100644
--- a/firmware/drivers/audio/uda1380.c
+++ b/firmware/drivers/audio/uda1380.c
@@ -266,7 +266,7 @@ void audiohw_init(void)
if (audiohw_set_regs() == -1)
{
/* this shoud never (!) happen. */
- logf("uda1380: audiohw_init failed")
+ logf("uda1380: audiohw_init failed");
}
}