From 462ddcb4c7f07ac63238313b9879ed03afbba0d6 Mon Sep 17 00:00:00 2001 From: awalol <61059886+awalol@users.noreply.github.com> Date: Tue, 12 May 2026 19:46:39 +0800 Subject: [PATCH] typo Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/bt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bt.cpp b/src/bt.cpp index 7e6afb6..cc4c4f1 100644 --- a/src/bt.cpp +++ b/src/bt.cpp @@ -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 {