Documentation: Fix docu of overtemp flag

This commit is contained in:
2021-03-18 23:21:17 +01:00
parent 857838f293
commit 13e7cbfd81
2 changed files with 6 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ enum analog_value_monitor {
#define SAFETY_EXT_WATCHDOG_PIN (12)
/**
* @brief Default Limit of the overtemperature detection
* @brief Default Limit of the overtemperature detection in degrees celsius
*/
#define SAFETY_DEFAULT_OVERTEMP_LIMIT_DEGC (260.0f)