File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ extern "C" {
16
16
* Initialize I2C hardware and setup pin-mux.
17
17
* Please check hardware guide for I2C pin details.
18
18
* @param port [in] I2C Port (@ref i2cport_e)
19
- * @param speed_khz [in] I2C Speed in Khz (must be < 400)
19
+ * @param speed_khz [in] I2C Speed in Khz (<= 400)
20
20
* @return 0 on success, negative value on error
21
21
*/
22
22
int i2c_hw_init (int port , int speed_khz );
23
23
24
24
/**
25
25
* Set I2C master clock speed
26
26
* @param port [in] I2C Port (@ref i2cport_e)
27
- * @param speed_khz [in] I2C Speed in Khz (must be < 400)
27
+ * @param speed_khz [in] I2C Speed in Khz (<= 400)
28
28
* @return 0 on success, negative value on error
29
29
*/
30
30
int i2c_hw_setspeed (int port , int speed_khz );
You can’t perform that action at this time.
0 commit comments