Skip to content

Commit eaea262

Browse files
authored
Merge pull request #14585 from idea--list/master
add #include "wsf_os.h" into hci_drv_apollo3.h
2 parents 155d5f4 + 40c7914 commit eaea262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/drivers/ble/FEATURE_BLE/TARGET_Ambiq_Micro/hal/apollo3/hci_drv_apollo3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// SPDX-License-Identifier: BSD-3-Clause
4747
#ifndef HCI_DRV_APOLLO3_H
4848
#define HCI_DRV_APOLLO3_H
49-
49+
#include "wsf_os.h"
5050
#ifdef __cplusplus
5151
extern "C"
5252
{

0 commit comments

Comments
 (0)