13 lines
195 B
C
13 lines
195 B
C
#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;
|
|
}
|
|
|