From: asterix Date: Fri, 6 Aug 2010 07:58:43 +0000 (+0000) Subject: Fix doxygen warning. X-Git-Tag: 2.6.0~237 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=69eb4b200862f19d6ae3537bf1106f676248f5ba;p=bertos.git Fix doxygen warning. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4153 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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) {