From: yellows8 Date: Tue, 5 Apr 2016 14:26:16 +0000 (-0400) Subject: Switched UDS_SEND_INPUT8_DEFAULT to 0xF3, udsPullPacket() returns actual output data... X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=d654cf1b88e3684140cf997ee54f484bc2b51eb1;p=corbenik%2Fctrulib.git Switched UDS_SEND_INPUT8_DEFAULT to 0xF3, udsPullPacket() returns actual output data which was sent via udsSendTo() now. --- diff --git a/libctru/include/3ds/services/uds.h b/libctru/include/3ds/services/uds.h index cb1c5bb..e01e4fd 100644 --- a/libctru/include/3ds/services/uds.h +++ b/libctru/include/3ds/services/uds.h @@ -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 {