diff options
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75/i2c_master.c')
-rw-r--r-- | keyboards/cannonkeys/satisfaction75/i2c_master.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/i2c_master.c b/keyboards/cannonkeys/satisfaction75/i2c_master.c index a19dbcc9f..d81eb92d4 100644 --- a/keyboards/cannonkeys/satisfaction75/i2c_master.c +++ b/keyboards/cannonkeys/satisfaction75/i2c_master.c | |||
@@ -109,7 +109,7 @@ uint8_t i2c_readReg(uint8_t devaddr, uint8_t* regaddr, uint8_t* data, uint16_t l | |||
109 | } | 109 | } |
110 | 110 | ||
111 | // This is usually not needed. It releases the driver to allow pins to become GPIO again. | 111 | // This is usually not needed. It releases the driver to allow pins to become GPIO again. |
112 | uint8_t i2c_stop(uint16_t timeout) | 112 | uint8_t i2c_stop(void) |
113 | { | 113 | { |
114 | i2cStop(&I2C_DRIVER); | 114 | i2cStop(&I2C_DRIVER); |
115 | return 0; | 115 | return 0; |