From 768edd2f5d15506274e01a48e6da28ed43901e63 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 11 Oct 2019 22:17:25 +0200 Subject: [PATCH] Cleanup --- hardware/AFSK.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/AFSK.h b/hardware/AFSK.h index 4b09b64..5c2fb9c 100755 --- a/hardware/AFSK.h +++ b/hardware/AFSK.h @@ -39,7 +39,7 @@ inline static uint8_t sinSample(uint16_t i) { #define CPU_FREQ F_CPU -#define BITRATE 300 +#define BITRATE 1200 #if BITRATE == 300 #define CONFIG_ADC_SAMPLERATE 4800UL