13 lines
195 B
C
Raw Normal View History

2023-10-31 07:47:27 +01:00
#include "system/task_rand.h"
#include "system/hardware_task.h"
#include "system/data_channel.h"
#include "system/float_word.h"
int task_rand_run( void * task ) {
// TODO
return 0;
}