Skip to content

Commit 9ec4d79

Browse files
committed
Fix code spelling issues
1 parent 439eca0 commit 9ec4d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utility/HCISpiTransport.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,12 @@ int HCISpiTransportClass::available()
237237
delay(300);
238238
}
239239

240-
/* Call ACI Gatt Init and ACI Gap Init to activate the random BLE address */
240+
/* Call Gatt Init and Gap Init to activate the random BLE address */
241241
aci_gatt_init();
242242
wait_for_aci_gatt_init();
243243
aci_gap_init();
244244
wait_for_aci_gap_init();
245-
/* Call ACI Read Config Parameter to retrieve the random BLE address */
245+
/* Call Read Config Parameter to retrieve the random BLE address */
246246
aci_read_config_parameter();
247247
wait_for_aci_read_config_parameter();
248248

0 commit comments

Comments
 (0)