drivers/lc709203f: fix typo 'Invlid' -> 'Invalid'

This commit is contained in:
Alexandre Abadie 2020-10-02 08:05:00 +02:00
parent 5ef55e37d7
commit 59297c3779
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -311,7 +311,7 @@ void lc709203f_set_rsoc_initial(const lc709203f_t *dev);
* @param[in] *dev pointer to lc709203f_t struct containing the i2c device and the address
* @param[in] value temp in 0.1K 0xAAC=0°C
*
* @return LC709203F_CELL_TEMP_INVALID Invlid cell temp
* @return LC709203F_CELL_TEMP_INVALID Invalid cell temp
*/
int8_t lc709203f_set_cell_temp(const lc709203f_t *dev, const unsigned int value);