diff options
Diffstat (limited to 'core/units.h')
-rw-r--r-- | core/units.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/units.h b/core/units.h index e124826ce..8c616728a 100644 --- a/core/units.h +++ b/core/units.h @@ -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 |