Johannes Kutning 0d1b73e3e0 Initial commit
2023-10-31 07:47:27 +01:00

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;
}