Browse Source

verschönert

master
badenbergra78621 5 months ago
parent
commit
cc653b9c70
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      software/signal_processing/add.c

+ 1
- 1
software/signal_processing/add.c View File

@@ -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;

Loading…
Cancel
Save