mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 15:02:43 +00:00
bluedroid: avoid compile warnings for set but unused vars
This commit is contained in:
parent
f7f65e655c
commit
b58bea6e47
@ -298,7 +298,7 @@ void SBC_Encoder(SBC_ENC_PARAMS *pstrEncParams)
|
|||||||
*/
|
*/
|
||||||
void SBC_Encoder_Init(SBC_ENC_PARAMS *pstrEncParams)
|
void SBC_Encoder_Init(SBC_ENC_PARAMS *pstrEncParams)
|
||||||
{
|
{
|
||||||
UINT16 s16SamplingFreq; /*temp variable to store smpling freq*/
|
// UINT16 s16SamplingFreq; /*temp variable to store smpling freq*/
|
||||||
SINT16 s16Bitpool; /*to store bit pool value*/
|
SINT16 s16Bitpool; /*to store bit pool value*/
|
||||||
// SINT16 s16BitRate; /*to store bitrate*/
|
// SINT16 s16BitRate; /*to store bitrate*/
|
||||||
// SINT16 s16FrameLen; /*to store frame length*/
|
// SINT16 s16FrameLen; /*to store frame length*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user