Sync up to v304

This commit is contained in:
Andy CrossGate Yan
2021-04-12 14:55:10 +00:00
parent cacd8b0430
commit 93d0ea8243
18 changed files with 761 additions and 8706 deletions

View File

@@ -0,0 +1,29 @@
From aa8436c122f42c043bfd709f5aedbe7dcc3f7e9c Mon Sep 17 00:00:00 2001
From: Danny Trunk <dtrunk90@gmail.com>
Date: Mon, 7 Sep 2020 16:44:24 +0200
Subject: [PATCH 4/4] Changed HID_DEV_MTU_SIZE from 64 to 512
Changed HID_DEV_MTU_SIZE for Amiibo Backups over Bluetooth support
Signed-off-by: Danny Trunk <dtrunk90@gmail.com>
Change-Id: Ie4226b477d040177108729cb25e711fd35bfe0f2
---
internal_include/bt_target.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/internal_include/bt_target.h b/internal_include/bt_target.h
index 57bd69e9f..389acda68 100644
--- a/internal_include/bt_target.h
+++ b/internal_include/bt_target.h
@@ -1143,7 +1143,7 @@
#endif
#ifndef HID_DEV_MTU_SIZE
-#define HID_DEV_MTU_SIZE 64
+#define HID_DEV_MTU_SIZE 512
#endif
#ifndef HID_DEV_FLUSH_TO
--
2.25.1