From d654cf1b88e3684140cf997ee54f484bc2b51eb1 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 5 Apr 2016 10:26:16 -0400 Subject: [PATCH] Switched UDS_SEND_INPUT8_DEFAULT to 0xF3, udsPullPacket() returns actual output data which was sent via udsSendTo() now. --- libctru/include/3ds/services/uds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {