12 lines
159 B
C
12 lines
159 B
C
#include "system/task_crc.h"
|
|
#include "system/data_channel.h"
|
|
#include "system/float_word.h"
|
|
|
|
int task_crc_run( void * task ) {
|
|
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|