Skip to content

Commit 1eb59cb

Browse files
committed
compile error
1 parent 6940f5c commit 1eb59cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/adc-a2dp/adc-a2dp.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using namespace sound_tools;
1111
ADC adc;
1212
BluetoothA2DPSource a2dp_source;
1313
// The data has a center of around 26427, so we we need to shift it down to bring the center to 0
14-
<int16_t> scaler(1.0, -26427, 32700 );
14+
FilterScaler<int16_t> scaler(1.0, -26427, 32700 );
1515

1616
// callback used by A2DP to provide the sound data
1717
int32_t get_sound_data(Channels* data, int32_t len) {

0 commit comments

Comments
 (0)