From cc653b9c702e1a9e69e7a518a279450b946ef5c2 Mon Sep 17 00:00:00 2001 From: badenbergra78621 Date: Tue, 28 Nov 2023 11:12:06 +0100 Subject: [PATCH] =?UTF-8?q?versch=C3=B6nert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software/signal_processing/add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/signal_processing/add.c b/software/signal_processing/add.c index 205aff4..eea4fe1 100644 --- a/software/signal_processing/add.c +++ b/software/signal_processing/add.c @@ -8,7 +8,7 @@ int task_add_run( void * task ) { uint32_t data_channel_base = addiere->sink; data_channel_clear( data_channel_base ); - for ( uint32_t i = 0; i < DATA_CHANNEL_DEPTH; ++i) + for ( uint32_t i = 0; i < DATA_CHANNEL_DEPTH; ++i ) { float_word res; float_word sin_val;