Skip to content

Commit bc5be38

Browse files
committed
fix: add missing semicolon
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 8da8c8d commit bc5be38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utility/STM32_WPAN/tl_mbox.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,8 @@ static void OutputDbgTrace(TL_MB_PacketType_t packet_type, uint8_t* buffer)
747747
break;
748748

749749
case TL_MB_ACL_DATA_RSP:
750-
TL_HCI_CMD_DBG_MSG(" ACL Data Tx Ack received")
751-
TL_HCI_CMD_DBG_MSG("\r\n");
750+
TL_HCI_CMD_DBG_MSG(" ACL Data Tx Ack received");
751+
TL_HCI_CMD_DBG_MSG("\r\n");
752752
break;
753753

754754
case TL_MB_BLE_CMD_RSP:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy