diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-04-19 17:52:52 +0200 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-04-19 17:53:21 +0200 |
| commit | 0e09a45cfd6ce22cb2708e9e42fe375fcf4b6091 (patch) | |
| tree | d185445b707e6da1772cb9c1ef061c7d6474cf95 /src/common/includes/Audio | |
| parent | 0e8b0c38b5100a0be3c1ce87935fda1daf7f2cb2 (diff) | |
| download | glutte-o-matic-0e09a45cfd6ce22cb2708e9e42fe375fcf4b6091.tar.gz glutte-o-matic-0e09a45cfd6ce22cb2708e9e42fe375fcf4b6091.tar.bz2 glutte-o-matic-0e09a45cfd6ce22cb2708e9e42fe375fcf4b6091.zip | |
Fix tone detection
Diffstat (limited to 'src/common/includes/Audio')
| -rw-r--r-- | src/common/includes/Audio/tone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/includes/Audio/tone.h b/src/common/includes/Audio/tone.h index 7de1c31..272fcb9 100644 --- a/src/common/includes/Audio/tone.h +++ b/src/common/includes/Audio/tone.h @@ -44,6 +44,6 @@ int tone_fax_status(void); void tone_do_analysis(void); /* Push a sample from the ADC ISR */ -void tone_detect_push_sample_from_irq(const int16_t sample); +void tone_detect_push_sample_from_irq(const uint16_t sample); #endif |
