diff options
| author | drowe67 <[email protected]> | 2024-03-29 07:40:38 +1030 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2024-03-29 07:40:38 +1030 |
| commit | 3b9037c9c7879ccd19db14464da26a335cdeba36 (patch) | |
| tree | 78ce2760a2f3bab53b7a30f8a3a59e96322237ef /src/freedv_data_raw_tx.c | |
| parent | 2ee2989c9cc54dd30b94b1a2cfda0db5975d3cc8 (diff) | |
datac14 freedv_api port
Diffstat (limited to 'src/freedv_data_raw_tx.c')
| -rw-r--r-- | src/freedv_data_raw_tx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/freedv_data_raw_tx.c b/src/freedv_data_raw_tx.c index 44d53e9..cb74107 100644 --- a/src/freedv_data_raw_tx.c +++ b/src/freedv_data_raw_tx.c @@ -236,6 +236,8 @@ int main(int argc, char *argv[]) { mode = FREEDV_MODE_DATAC4; if (!strcmp(argv[dx], "DATAC13") || !strcmp(argv[dx], "datac13")) mode = FREEDV_MODE_DATAC13; + if (!strcmp(argv[dx], "DATAC14") || !strcmp(argv[dx], "datac14")) + mode = FREEDV_MODE_DATAC14; if (mode == -1) { fprintf(stderr, "Error: in mode: %s", argv[dx]); exit(1); |
