Fix doxygen warning.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Aug 2010 07:58:43 +0000 (07:58 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Aug 2010 07:58:43 +0000 (07:58 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4153 38d2e660-2303-0410-9eaa-f027e97ec537

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)
 {