summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/soc/i2c.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2025-07-28 23:27:12 +0200
committerUros Majstorovic <majstor@majstor.org>2025-07-28 23:27:12 +0200
commit58f41971b1e801ad2fbcea08e5152afa2b18ca73 (patch)
tree51793b55b350f7807d5d1b7e1401b50f402ccc48 /fw/fe310/eos/soc/i2c.c
parentdab5a1fbd188f8f9436df1b3dff6e344c444fc23 (diff)
sys logging added; power management reimplemented; bugfixes;
Diffstat (limited to 'fw/fe310/eos/soc/i2c.c')
-rw-r--r--fw/fe310/eos/soc/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/soc/i2c.c b/fw/fe310/eos/soc/i2c.c
index 553a9bf..feed936 100644
--- a/fw/fe310/eos/soc/i2c.c
+++ b/fw/fe310/eos/soc/i2c.c
@@ -9,7 +9,7 @@
#include "i2s.h"
#include "i2c.h"
-int eos_i2c_init(uint8_t wakeup_cause) {
+int eos_i2c_init(void) {
eos_i2c_speed(EOS_I2C_SPEED);
eos_i2c_enable();