mirror of
https://github.com/openharmony/device_soc_asrmicro.git
synced 2026-07-01 22:34:00 -04:00
!27 【OpenHarmony开源贡献者计划2022】fix return type for function app_ble_stop_initiating
Merge pull request !27 from xinyisu/void
This commit is contained in:
@@ -735,7 +735,7 @@ void app_ble_start_initiating(uint8_t *target)
|
||||
* @brief
|
||||
* @return
|
||||
*/
|
||||
uint16_t app_ble_stop_initiating(void)
|
||||
void app_ble_stop_initiating(void)
|
||||
{
|
||||
sonata_ble_stop_initiating();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user