Skip to content
Snippets Groups Projects
Commit d144f94d authored by Jens Scharsig's avatar Jens Scharsig Committed by Heiko Schocher
Browse files

soft_i2c.c compiler/linker error


This patch fix the compiler/linker errors

common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'

if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
uesd/undef (wrong define order)

and

removes additional empty lines

Signed-off-by: default avatarJens Scharsig <esw@bus-elektronik.de>
parent 2344bb8d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment