Switched UDS_SEND_INPUT8_DEFAULT to 0xF3, udsPullPacket() returns actual output data which was sent via udsSendTo() now.

This commit is contained in:
yellows8 2016-04-05 10:26:16 -04:00
parent a896bf772c
commit d654cf1b88

View File

@ -11,7 +11,7 @@
#define UDS_BROADCAST_NETWORKNODEID 0xFFFF
/// Default value that can be used for udsSendTo() input8.
#define UDS_SEND_INPUT8_DEFAULT 0x2
#define UDS_SEND_INPUT8_DEFAULT 0xF3
/// Node info struct.
typedef struct {