I2C: remove unneeded I2C_DRIVERS_ENABLED

This commit is contained in:
Philippe Teuwen 2013-06-15 00:20:04 +02:00
parent 3cd26a18f1
commit 77445f1672
2 changed files with 3 additions and 10 deletions

View file

@ -197,11 +197,6 @@ nfc_init(nfc_context **context)
}
if (!nfc_drivers)
nfc_drivers_init();
//#if defined (I2C_DRIVERS_ENABLED)
// if (!i2c_drivers)
// i2c_drivers_init();
//#endif
}
/** @ingroup lib