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.
Fork of Dealer_18feb17 by
Common_Defs.h@16:7703b9d92326, 2017-02-17 (annotated)
- Committer:
- NarendraSingh
- Date:
- Fri Feb 17 08:30:35 2017 +0000
- Revision:
- 16:7703b9d92326
- Parent:
- 11:77e595130230
Dealer - Committed by BALA; To change - Debug UART to Serial PC
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
NarendraSingh | 11:77e595130230 | 1 | typedef unsigned char uint8; |
NarendraSingh | 11:77e595130230 | 2 | typedef unsigned int uint16; |
NarendraSingh | 16:7703b9d92326 | 3 | extern uint8 OBD_PlugIN_State; |
NarendraSingh | 11:77e595130230 | 4 | #define TRUE 1 |
NarendraSingh | 11:77e595130230 | 5 | #define FALSE 0 |
NarendraSingh | 11:77e595130230 | 6 | |
NarendraSingh | 11:77e595130230 | 7 | #define SUCCESS 0 |
NarendraSingh | 11:77e595130230 | 8 | #define FAILURE 1 |
NarendraSingh | 11:77e595130230 | 9 |