Skip to content

Commit 40c7914

Browse files
authored
add #include "wsf_os.h" into hci_drv_apollo3.h
Inclusion of wsf_os.h resolves unknown type errors in hci_drv_apollo3.h
1 parent 9738b27 commit 40c7914

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)