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

11 lines
160 B
C

#include "system/task_sine.h"
#include "system/data_channel.h"
#include "system/float_word.h"
int task_sine_run( void * data ) {
// TODO
return 0;
}