aboutsummaryrefslogtreecommitdiff
path: root/cc3200/hal/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/hal/i2c.h')
-rw-r--r--cc3200/hal/i2c.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc3200/hal/i2c.h b/cc3200/hal/i2c.h
index 67f77fa9a..d966dbf56 100644
--- a/cc3200/hal/i2c.h
+++ b/cc3200/hal/i2c.h
@@ -309,8 +309,7 @@ extern void I2CMasterDataPut(uint32_t ui32Base, uint8_t ui8Data);
extern void I2CMasterDisable(uint32_t ui32Base);
extern void I2CMasterEnable(uint32_t ui32Base);
extern uint32_t I2CMasterErr(uint32_t ui32Base);
-extern void I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32I2CClk,
- bool bFast);
+extern void I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32SCLFreq);
extern void I2CMasterIntClear(uint32_t ui32Base);
extern void I2CMasterIntDisable(uint32_t ui32Base);
extern void I2CMasterIntEnable(uint32_t ui32Base);