BT updates and default config

This commit is contained in:
philippe44
2019-05-25 13:40:36 -07:00
parent ddfc03ea9b
commit c77085fda3
2 changed files with 1 additions and 2 deletions

View File

@@ -518,7 +518,7 @@ static int32_t bt_app_a2d_data_cb(uint8_t *data, int32_t len)
UNLOCK;
frames_wanted = len * bytes_per_frame;
frames_wanted = len / bytes_per_frame;
ret = len;
LOCK;