From d12ef314dfcd9bafd370669fc47e5ee443767b28 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 +++++++++++ broccoli/test/pasad_test.c | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 broccoli/test/midbro_test.c delete mode 100644 broccoli/test/pasad_test.c (limited to 'broccoli/test') 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; +} diff --git a/broccoli/test/pasad_test.c b/broccoli/test/pasad_test.c deleted file mode 100644 index 5ed3481..0000000 --- a/broccoli/test/pasad_test.c +++ /dev/null @@ -1,11 +0,0 @@ -#include "midbropasad.h" - - int -main(int argc, char **argv) -{ - start_data_capture(); - while(1){ - request_value(); - } - return 0; -} -- cgit v1.2.1