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

12 lines
159 B
C

#include "system/task_add.h"
#include "system/data_channel.h"
#include "system/float_word.h"
int task_add_run( void * task ) {
// TODO
return 0;
}