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: FreescaleIAP mbed-rtos mbed
Fork of QM_BAE_review_1 by
Diff: EPS.h
- Revision:
- 68:a5d2b8dc6b9e
- Parent:
- 56:32b1fb074138
--- a/EPS.h Thu Nov 24 09:45:08 2016 +0000 +++ b/EPS.h Sun Dec 04 07:58:20 2016 +0000 @@ -147,7 +147,7 @@ typedef struct BAE_HK_min_max{ uint8_t voltage_max[16]; - uint8_t current_max[12]; + uint8_t current_max[16]; uint8_t Batt_voltage_max; uint8_t BAE_temp_max; @@ -166,7 +166,7 @@ */ uint8_t voltage_min[16]; - uint8_t current_min[12]; + uint8_t current_min[16]; uint8_t Batt_voltage_min; uint8_t BAE_temp_min; uint8_t Batt_SOC_min;