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/pasad_test.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 broccoli/test/pasad_test.c (limited to 'broccoli/test/pasad_test.c') 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