Fix doxygen warning.
[bertos.git] / bertos / drv / eeprom.c
index ba62b0033f7002afdd28df1af956014ef32416b0..4fe444e9e0c11c1e0b0ab733c98faeb610025399 100644 (file)
@@ -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)
 {