13 lines
151 B
C
13 lines
151 B
C
|
#include <stdio.h>
|
||
|
#include <system.h>
|
||
|
#include <inttypes.h>
|
||
|
|
||
|
#include "test_data_channel.h"
|
||
|
|
||
|
int main() {
|
||
|
test_data_channels();
|
||
|
|
||
|
return 0;
|
||
|
}
|
||
|
|