Johannes Kutning 0d1b73e3e0 Initial commit
2023-10-31 07:47:27 +01:00

10 lines
124 B
C

#pragma once
#include "task_base_config.h"
typedef struct {
task_base_config base;
float interval;
} fft_config;