13 lines
151 B
C
Raw Normal View History

2023-10-31 07:47:27 +01:00
#include <stdio.h>
#include <system.h>
#include <inttypes.h>
#include "test_data_channel.h"
int main() {
test_data_channels();
return 0;
}