boards: cxd56xx: Remove unnecessary i2c uninitialize process

Remove unnecessary i2c uninitialize process to fix an issue that
i2c tool does not work well.
This commit is contained in:
SPRESENSE 2022-10-20 22:31:53 +09:00 committed by Petro Karashchenko
parent 0d87694024
commit 62c98d4187
1 changed files with 0 additions and 2 deletions

View File

@ -65,7 +65,5 @@ int board_i2cdev_initialize(int port)
cxd56_i2cbus_uninitialize(i2c);
}
cxd56_i2cbus_uninitialize(i2c);
return ret;
}