Correct comments for struct temperature_t value range

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2018-02-21 18:52:36 +01:00 committed by Dirk Hohndel
parent ca4ccadcc4
commit 862e121532
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ typedef struct
typedef struct
{
uint32_t mkelvin; // up to 1750 degrees K (temperatures in K are always positive)
uint32_t mkelvin; // up to 4 MdegK (temperatures in K are always positive)
} temperature_t;
typedef struct