File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.3.7
4+
5+ ### Bug Fixed
6+
7+ - Fixed link error for ` vol_range ` redefinition.
8+
39## v1.3.6
410
511### Feature
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ typedef struct {
2424 Volume control register 0x0C description:
2525 0xC0 - '-96dB' ... 0x00 - '+0dB'
2626*/
27- const esp_codec_dev_vol_range_t vol_range = {
27+ static const esp_codec_dev_vol_range_t vol_range = {
2828 .min_vol =
2929 {
3030 .vol = 0xC0 ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ typedef struct {
2727 Volume control register 0x14 description:
2828 0x00 - '-95.5dB' ... 0xFF - '+32dB'
2929*/
30- const esp_codec_dev_vol_range_t vol_range = {
30+ static const esp_codec_dev_vol_range_t vol_range = {
3131 .min_vol =
3232 {
3333 .vol = 0x0 ,
You can’t perform that action at this time.
0 commit comments