From 7df26c44e80ba206328b5c973f3c9eebcbf79ecd Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Mon, 10 Feb 2025 05:03:03 +0100 Subject: [PATCH] Fix newline --- driver/bk4819.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/driver/bk4819.c b/driver/bk4819.c index cb6aa2f..ae3b8db 100644 --- a/driver/bk4819.c +++ b/driver/bk4819.c @@ -620,7 +620,6 @@ void BK4819_SetFilterBandwidth(const BK4819_FilterBandwidth_t Bandwidth, const b // with weak RX signals the RX bandwidth is reduced val = 0x3428; // Old value 0x45a8 < v3.6 } - break; case BK4819_FILTER_BW_NARROW: // 12.5kHz @@ -631,7 +630,6 @@ void BK4819_SetFilterBandwidth(const BK4819_FilterBandwidth_t Bandwidth, const b // with weak RX signals the RX bandwidth is reduced val = 0x3448; // Old value 0x4408 < v3.6 } - break; case BK4819_FILTER_BW_NARROWER: // 6.25kHz @@ -653,7 +651,6 @@ void BK4819_SetFilterBandwidth(const BK4819_FilterBandwidth_t Bandwidth, const b // with weak RX signals the RX bandwidth is reduced val = 0x4458; } - break; */ }