Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CUER_CAN CUER_DS1820 LTC2943 LTC6804 mbed PowerControl
Diff: main.cpp
- Revision:
- 63:2b425006e95d
- Parent:
- 62:c7bc95aa818a
- Child:
- 64:2878a6b3eea8
--- a/main.cpp Mon Aug 28 00:03:07 2017 +0000 +++ b/main.cpp Mon Aug 28 09:32:59 2017 +0000 @@ -527,7 +527,7 @@ status = status | MAX_TEMPERATURE_DIFFERENCE_ERROR; } if (abs(measurements.battery_current) > OVERCURRENT_THRESHOLD) { - status = status | MAX_TEMPERATURE_DIFFERENCE_ERROR; + status = status | OVERCURRENT_ERROR; } /*