Modify init_peripherials.c given that I2C_Watchdog is defined in the KSDK now.

This commit is contained in:
László Monda
2017-02-18 21:25:54 +01:00
parent a35ee8b981
commit d6d0e5d97f
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ void InitI2c() {
/* This function is designed to restart and reinstall the I2C handler
* when a disconnection of the left side makes the master I2C bus unresponsive */
void restartI2C(void) {
extern uint32_t I2C_Watchdog;
volatile uint32_t temp, counter;
uint32_t sourceClock;
i2c_master_config_t masterConfig;