From d542ef18348fc7018bfcb46adb940d34823b1521 Mon Sep 17 00:00:00 2001 From: heyangbo Date: Wed, 13 Apr 2022 16:22:45 +0800 Subject: [PATCH] fix: Add the function return value Signed-off-by: heyangbo --- include/bluetooth/hdf_chip.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bluetooth/hdf_chip.h b/include/bluetooth/hdf_chip.h index 8b633f13..be8fd584 100644 --- a/include/bluetooth/hdf_chip.h +++ b/include/bluetooth/hdf_chip.h @@ -148,6 +148,7 @@ inline static int32_t HdfResetVirtualDevice(struct HdfVirtualDevice *device) { return ret; } OsalMSleep(device->bootUpTimeOut); + return HDF_SUCCESS; } #endif \ No newline at end of file