X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Feeprom.c;h=4fe444e9e0c11c1e0b0ab733c98faeb610025399;hb=69eb4b200862f19d6ae3537bf1106f676248f5ba;hp=ba62b0033f7002afdd28df1af956014ef32416b0;hpb=4e4b0f5fe62bd85f3df0ef5b219a25c9b3fb45e3;p=bertos.git diff --git a/bertos/drv/eeprom.c b/bertos/drv/eeprom.c index ba62b003..4fe444e9 100644 --- a/bertos/drv/eeprom.c +++ b/bertos/drv/eeprom.c @@ -330,6 +330,7 @@ static const KBlockVTable eeprom_unbuffered_vt = * \param type is the eeprom device we want to initialize (\see EepromType) * \param i2c context for i2c channel * \param addr is the i2c devide address (usually pins A0, A1, A2). + * \param verify enable the write check. */ void eeprom_init_5(Eeprom *eep, I2c *i2c, EepromType type, e2dev_addr_t addr, bool verify) {