Switched UDS_SEND_INPUT8_DEFAULT to 0xF3, udsPullPacket() returns actual output data which was sent via udsSendTo() now.
This commit is contained in:
parent
a896bf772c
commit
d654cf1b88
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user