From b94c1d9fc3e262a9131dbee6e4d10e75814a60b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Tue, 1 Aug 2017 19:13:27 +0200 Subject: [PATCH] sensor_ds18b20: fix doc typo --- lib/sensor_ds18b20.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sensor_ds18b20.h b/lib/sensor_ds18b20.h index f813dc0..046b7aa 100644 --- a/lib/sensor_ds18b20.h +++ b/lib/sensor_ds18b20.h @@ -37,7 +37,7 @@ bool sensor_ds18b20_only(void); */ bool sensor_ds18b20_list(uint64_t* code); /** start converting (e.g. measuring) temperature - * @waning conversion time to wait before reading temperature depends on the resolution set (9 bits: 93.75ms, 10 bits: 187.5ms, 11 bits: 375ms, 12 bits: 950ms) + * @warning conversion time to wait before reading temperature depends on the resolution set (9 bits: 93.75ms, 10 bits: 187.5ms, 11 bits: 375ms, 12 bits: 950ms) * @param[in] code ROM code of sensor to start conversion on (0 for all, if only DS18B20 sensors are on the bus) * @return if conversion started */