Skip to content

Commit

Permalink
boards: cxd56xx: Remove unnecessary i2c uninitialize process
Browse files Browse the repository at this point in the history
Remove unnecessary i2c uninitialize process to fix an issue that
i2c tool does not work well.
  • Loading branch information
SPRESENSE committed Nov 7, 2022
1 parent 2674b2f commit 83f83cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions boards/arm/cxd56xx/common/src/cxd56_i2cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,5 @@ int board_i2cdev_initialize(int port)
cxd56_i2cbus_uninitialize(i2c);
}

cxd56_i2cbus_uninitialize(i2c);

return ret;
}

0 comments on commit 83f83cf

Please sign in to comment.