File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
features/FEATURE_BLE/targets/TARGET_STM Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ class HCIDriver : public cordio::CordioHCIDriver
165
165
bd_addr[4 ],
166
166
bd_addr[5 ]);
167
167
} else {
168
- tr_debug (" couldn't find BDaddr\r\n " );
168
+ tr_debug (" could not find BDaddr\r\n " );
169
169
/* Skip to next step */
170
170
aciSetTxPowerLevel ();
171
171
}
@@ -255,7 +255,7 @@ class HCIDriver : public cordio::CordioHCIDriver
255
255
// runtime parameter
256
256
BSTREAM_TO_UINT8 (hciCoreCb.resListSize , pMsg);
257
257
258
- // read the Controller s maximum supported payload octets and packet
258
+ // read the Controller' s maximum supported payload octets and packet
259
259
// duration times for transmission and reception
260
260
hciCoreReadMaxDataLen ();
261
261
break ;
@@ -891,7 +891,7 @@ bool get_bd_address( uint8_t* bd_addr )
891
891
}
892
892
else
893
893
{
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 " );
895
895
bd_found = true ;
896
896
}
897
897
}
You can’t perform that action at this time.
0 commit comments