Skip to content

Commit 740e296

Browse files
committed
STM32WB: fix compilation issue with ARMC6
1 parent 3ebf7c9 commit 740e296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/FEATURE_BLE/targets/TARGET_STM/stm32wb_HCIDriver.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class HCIDriver : public cordio::CordioHCIDriver
165165
bd_addr[4],
166166
bd_addr[5]);
167167
} else {
168-
tr_debug("couldn't find BDaddr\r\n");
168+
tr_debug("could not find BDaddr\r\n");
169169
/* Skip to next step */
170170
aciSetTxPowerLevel();
171171
}
@@ -255,7 +255,7 @@ class HCIDriver : public cordio::CordioHCIDriver
255255
// runtime parameter
256256
BSTREAM_TO_UINT8(hciCoreCb.resListSize, pMsg);
257257

258-
// read the Controller’s maximum supported payload octets and packet
258+
// read the Controller's maximum supported payload octets and packet
259259
// duration times for transmission and reception
260260
hciCoreReadMaxDataLen();
261261
break;
@@ -891,7 +891,7 @@ bool get_bd_address( uint8_t* bd_addr )
891891
}
892892
else
893893
{
894-
tr_debug("Can't find BD ADDRESS to program - will leave hw default\r\n");
894+
tr_debug("Cannot find BD ADDRESS to program - will leave hw default\r\n");
895895
bd_found = true;
896896
}
897897
}

0 commit comments

Comments
 (0)