summaryrefslogtreecommitdiff
path: root/firmware/drivers/dac.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/dac.c')
-rw-r--r--firmware/drivers/dac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/dac.c b/firmware/drivers/dac.c
index 63695c3c67..0c12a8d912 100644
--- a/firmware/drivers/dac.c
+++ b/firmware/drivers/dac.c
@@ -70,5 +70,5 @@ int dac_config(int value)
70 } 70 }
71 71
72 i2c_end(); 72 i2c_end();
73 return 0; 73 return ret;
74} 74}