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 workinQM_5thJan_azad by
Diff: main.cpp
- Revision:
- 31:046685b48b71
- Parent:
- 30:22b338b027de
- Child:
- 32:623747b1cecb
diff -r 22b338b027de -r 046685b48b71 main.cpp --- a/main.cpp Fri Jul 01 14:59:12 2016 +0000 +++ b/main.cpp Fri Jul 01 15:22:18 2016 +0000 @@ -795,10 +795,12 @@ BAE_STATUS = (BAE_STATUS & 0xFF8FFFFF); // Set EPS_ERR_BATTERY_TEMP else if (EPS_STATUS==1) BAE_STATUS = (BAE_STATUS & 0xFF8FFFFF)|0x00010000; // Set EPS_BATTERY_HEATER_DISABLED + /* else if (EPS_STATUS==2) BAE_STATUS = (BAE_STATUS & 0xFF8FFFFF)|0x00020000; // Set EPS_ERR_HEATER_SWITCH_OFF else if (EPS_STATUS==3) BAE_STATUS = (BAE_STATUS & 0xFF8FFFFF)|0x00030000; // Set EPS_ERR_HEATER_SWITCH_ON + */ else if (EPS_STATUS==4) BAE_STATUS = (BAE_STATUS & 0xFF8FFFFF)|0x00040000; // Set EPS_BATTERY_HEATER_OFF else if (EPS_STATUS==5)