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