Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
awalol
2026-05-13 16:19:09 +08:00
committed by awalol
co-authored by Copilot Autofix powered by AI
parent 3a31bd75af
commit 462ddcb4c7
+1 -1
View File
@@ -509,7 +509,7 @@ void bt_write(const uint8_t *data, const uint16_t len, const bool priority) {
if (priority) {
if (!queue_try_add(&priority_send_fifo, &packet)) {
printf("[L2CAP bt_write] Error: Failed to add packet to send FIFO\n");
printf("[L2CAP bt_write] Error: Failed to add packet to priority send FIFO\n");
return;
}
}else {