I2C: remove unneeded I2C_DRIVERS_ENABLED
This commit is contained in:
parent
3cd26a18f1
commit
77445f1672
2 changed files with 3 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue