Minor STM32 i2c driver cleanup
This commit is contained in:
parent
fdeec29636
commit
df33618b26
@ -45,8 +45,6 @@ static const I2CConfig i2cconfig = {
|
|||||||
__attribute__ ((weak))
|
__attribute__ ((weak))
|
||||||
void i2c_init(void)
|
void i2c_init(void)
|
||||||
{
|
{
|
||||||
//palSetGroupMode(GPIOB, GPIOB_PIN6 | GPIOB_PIN7, 0, PAL_MODE_INPUT);
|
|
||||||
|
|
||||||
// Try releasing special pins for a short time
|
// Try releasing special pins for a short time
|
||||||
palSetPadMode(GPIOB, 6, PAL_MODE_INPUT);
|
palSetPadMode(GPIOB, 6, PAL_MODE_INPUT);
|
||||||
palSetPadMode(GPIOB, 7, PAL_MODE_INPUT);
|
palSetPadMode(GPIOB, 7, PAL_MODE_INPUT);
|
||||||
|
Loading…
Reference in New Issue
Block a user