selfcheck: Fix typo in constant name

This commit is contained in:
Alexey Rogachevskiy
2020-02-05 15:07:29 +03:00
parent dee58f2e47
commit 0fa7e0e496

View File

@@ -740,7 +740,7 @@ def check_rpi_health():
(FLAG_FREQ_CAP_NOW, 'CPU reached thermal limit and is throttled now'),
(FLAG_FREQ_CAP_OCCURRED, 'CPU may overheat during drone operation, consider additional cooling'),
(FLAG_THERMAL_LIMIT_NOW, 'CPU reached soft thermal limit, frequency reduced'),
(FLAG_THERMAL_LIMIT_OUCCURRED, 'CPU may reach soft thermal limit, consider additional cooling'),
(FLAG_THERMAL_LIMIT_OCCURRED, 'CPU may reach soft thermal limit, consider additional cooling'),
)
try: