From 9c87ed9c965847ee784c4bae092e9d27ee2ffed7 Mon Sep 17 00:00:00 2001 From: Robert Gustafsson Date: Sat, 14 Oct 2017 11:18:03 +0200 Subject: Rename midbropasad -> midbro in C impl.. * files in script/ are not changed --- broccoli/test/midbro_test.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 broccoli/test/midbro_test.c (limited to 'broccoli/test/midbro_test.c') diff --git a/broccoli/test/midbro_test.c b/broccoli/test/midbro_test.c new file mode 100644 index 0000000..c0f4ba6 --- /dev/null +++ b/broccoli/test/midbro_test.c @@ -0,0 +1,11 @@ +#include "midbro.h" + + int +main(int argc, char **argv) +{ + start_data_capture(); + while(1){ + request_value(); + } + return 0; +} -- cgit v1.2.3