From 54e423019130280f34de0bb3f1886982ffee6173 Mon Sep 17 00:00:00 2001 From: GullCode Date: Thu, 27 Apr 2023 16:07:57 +0200 Subject: [PATCH] indentation --- firmware/baseband/dsp_modulate.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/firmware/baseband/dsp_modulate.cpp b/firmware/baseband/dsp_modulate.cpp index 207d7749..e3272003 100644 --- a/firmware/baseband/dsp_modulate.cpp +++ b/firmware/baseband/dsp_modulate.cpp @@ -83,11 +83,11 @@ SSB::SSB() : hilbert() { } void SSB::execute(const buffer_s16_t& audio, const buffer_c8_t& buffer, bool& configured_in, uint32_t& new_beep_index, uint32_t& new_beep_timer,TXProgressMessage& new_txprogress_message, AudioLevelReportMessage& new_level_message, uint32_t& new_power_acc_count, uint32_t& new_divider ) { - //unused - (void)configured_in ; - (void)new_beep_index ; - (void)new_beep_timer ; - (void)new_txprogress_message ; + //unused + (void)configured_in ; + (void)new_beep_index ; + (void)new_beep_timer ; + (void)new_txprogress_message ; // No way to activate correctly the roger beep in this option, Maybe not enough M4 CPU power , Let's block roger beep in SSB selection by now . int32_t sample = 0;