mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-02 14:36:20 -04:00
Temporary AX.25 include for testing
This commit is contained in:
parent
f045376369
commit
ee9b5ec307
6 changed files with 55 additions and 19 deletions
|
@ -84,10 +84,6 @@ void afsk_adc_isr(Afsk *af, int8_t sample);
|
|||
uint8_t afsk_dac_isr(Afsk *af);
|
||||
void afsk_init(Afsk *af, int adc_ch, int dac_ch);
|
||||
|
||||
|
||||
#define AFSK_BUTTERWORTH 0
|
||||
#define AFSK_CHEBYSHEV 1
|
||||
|
||||
int afsk_testSetup(void);
|
||||
int afsk_testRun(void);
|
||||
int afsk_testTearDown(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue