diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-11-16 07:46:10 +0100 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-11-16 07:46:10 +0100 |
| commit | a676d57519554d9ae74b39eba8fa7393f7a1a80e (patch) | |
| tree | 38fbb701b50ce5b6f6112ccdafa27f0ac0c622c6 /src/common/Core | |
| parent | 2ab349ec1308105452c18e1a07165f5167d6a1f8 (diff) | |
| download | glutte-o-matic-a676d57519554d9ae74b39eba8fa7393f7a1a80e.tar.gz glutte-o-matic-a676d57519554d9ae74b39eba8fa7393f7a1a80e.tar.bz2 glutte-o-matic-a676d57519554d9ae74b39eba8fa7393f7a1a80e.zip | |
Flush audio at end of CW/PSK
Diffstat (limited to 'src/common/Core')
| -rw-r--r-- | src/common/Core/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/Core/common.h b/src/common/Core/common.h index 662ecad..4d0d39f 100644 --- a/src/common/Core/common.h +++ b/src/common/Core/common.h @@ -31,9 +31,6 @@ #include <stdint.h> #include <time.h> -/* Feature defines */ -#define ENABLE_PSK 1 - #define FLOAT_PI 3.1415926535897932384f void common_init(void); |
