File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ static const char *TAG = "ICM42670";
7979 * Public API functions
8080 *******************************************************************************/
8181
82- esp_err_t icm42670_create_i2c (i2c_master_bus_handle_t i2c_bus , const uint8_t dev_addr , icm42670_handle_t * handle_ret )
82+ esp_err_t icm42670_create (i2c_master_bus_handle_t i2c_bus , const uint8_t dev_addr , icm42670_handle_t * handle_ret )
8383{
8484 esp_err_t ret = ESP_OK ;
8585
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ typedef void *icm42670_handle_t;
135135 * - ESP_ERR_NOT_FOUND Sensor not found on the I2C bus
136136 * - Others Error from underlying I2C driver
137137 */
138- esp_err_t icm42670_create_i2c (i2c_master_bus_handle_t i2c_bus , const uint8_t dev_addr , icm42670_handle_t * handle_ret );
138+ esp_err_t icm42670_create (i2c_master_bus_handle_t i2c_bus , const uint8_t dev_addr , icm42670_handle_t * handle_ret );
139139
140140/**
141141 * @brief Create and init sensor object using SPI interface
You can’t perform that action at this time.
0 commit comments