mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02: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:
Submodule components/bt/lib updated: ee0dc4aefb...c43c59bac9
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);
|
||||
}
|
Submodule components/esp32/lib updated: 2f74d17a63...b8c5796b76
Reference in New Issue
Block a user