mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/i2c: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-ID: <20230823065335.1919380-14-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
f0e4588fd4
commit
8fa21b8026
7 changed files with 7 additions and 7 deletions
|
@ -734,7 +734,7 @@ static void max34451_init(Object *obj)
|
|||
|
||||
/*
|
||||
* get and set the temperature of the internal temperature sensor in
|
||||
* centidegrees Celcius i.e.: 2500 -> 25.00 C, max is 327.67 C
|
||||
* centidegrees Celsius i.e.: 2500 -> 25.00 C, max is 327.67 C
|
||||
*/
|
||||
for (int i = 0; i < MAX34451_NUM_TEMP_DEVICES; i++) {
|
||||
object_property_add(obj, "temperature[*]", "uint16",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue