fix: Typo

Summary:

Test Plan:
This commit is contained in:
icex2 2024-08-15 11:34:31 +02:00
parent dbd1a4c3e0
commit d3b3951eee

View File

@ -84,7 +84,7 @@ const char *bt_core_config_result_to_str(bt_core_config_result_t result)
}
}
void br_core_config_fatal_on_error(bt_core_config_result_t result)
void bt_core_config_fatal_on_error(bt_core_config_result_t result)
{
switch (result) {
case BT_CORE_CONFIG_RESULT_SUCCESS: