Browse Source

Update input_adc.cpp

dds
Frank 4 years ago
parent
commit
52b3c88e10
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      input_adc.cpp

+ 1
- 1
input_adc.cpp View File

@@ -33,7 +33,7 @@

#define COEF_HPF_DCBLOCK (1048300<<10) // DC Removal filter coefficient in S1.30

DMAMEM static __attribute__((aligned(32))) uint16_t analog_rx_buffer[AUDIO_BLOCK_SAMPLES];
DMAMEM __attribute__((aligned(32))) static uint16_t analog_rx_buffer[AUDIO_BLOCK_SAMPLES];
audio_block_t * AudioInputAnalog::block_left = NULL;
uint16_t AudioInputAnalog::block_offset = 0;
int32_t AudioInputAnalog::hpf_y1 = 0;

Loading…
Cancel
Save