typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
awalol
co-authored by
Copilot Autofix powered by AI
parent
3a31bd75af
commit
462ddcb4c7
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user