mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bluedroid: mark dequant_long_* as extern variables
This commit is contained in:
parent
20286b37b2
commit
67c52657cf
@ -112,8 +112,8 @@
|
|||||||
#define SBC_DEQUANT_SCALING_FACTOR 1.38019122262781f
|
#define SBC_DEQUANT_SCALING_FACTOR 1.38019122262781f
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const OI_UINT32 dequant_long_scaled[17];
|
extern const OI_UINT32 dequant_long_scaled[17];
|
||||||
const OI_UINT32 dequant_long_unscaled[17];
|
extern const OI_UINT32 dequant_long_unscaled[17];
|
||||||
|
|
||||||
/** Scales x by y bits to the right, adding a rounding factor.
|
/** Scales x by y bits to the right, adding a rounding factor.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user