mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/btdm_coex_hw_blocking_v3.1' into 'release/v3.1'
component/bt : fix coexist hardware blocking bug See merge request idf/esp-idf!3363
This commit is contained in:
commit
5205b31186
@ -1 +1 @@
|
||||
Subproject commit ee0dc4aefb1259962b0ebf8e2ac400cb63d22fd8
|
||||
Subproject commit c43c59bac9d0d25a8b571adafb5f11f1e68cede4
|
14
components/bt/test/test_bt_common.c
Normal file
14
components/bt/test/test_bt_common.c
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
Tests for the BT common things implementation
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "unity.h"
|
||||
|
||||
extern bool btdm_controller_compile_version_check(void);
|
||||
|
||||
TEST_CASE("bt_controller_git_commit_check", "[bt_common]")
|
||||
{
|
||||
TEST_ASSERT(btdm_controller_compile_version_check() == true);
|
||||
}
|
@ -1 +1 @@
|
||||
Subproject commit 2f74d17a63cf40c7c7e63772d0b931617c94d771
|
||||
Subproject commit b8c5796b76604c333755ad5a581811ecfcf1462a
|
Loading…
x
Reference in New Issue
Block a user