Skip to content

Commit

Permalink
Artifact fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XuGuohui committed Jul 8, 2020
1 parent 8735b10 commit 86536b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hal/src/template/i2c_hal.cpp
Expand Up @@ -139,7 +139,8 @@ uint8_t hal_i2c_reset(hal_i2c_interface_t i2c, uint32_t reserved, void* reserved
return SYSTEM_ERROR_NONE;
}

int HAL_I2C_Sleep(hal_i2c_interface_t i2c, bool sleep, void* reserved) {
int hal_i2c_sleep(hal_i2c_interface_t i2c, bool sleep, void* reserved)
{
return 0;
}

Expand Down

0 comments on commit 86536b2

Please sign in to comment.