diff options
author | Andreas Lindhé <andreas@lindhe.io> | 2017-10-31 08:33:46 +0100 |
---|---|---|
committer | Andreas Lindhé <andreas@lindhe.io> | 2017-10-31 08:41:40 +0100 |
commit | bc5ecd6da7f068a12b9ee5397178723481c7a3ea (patch) | |
tree | 6ac5bb33df7c3aacde8eb254c4aee1ce1df9dd29 /broccoli/test/midbro_test.c | |
parent | 2d5d5be5702867a7a719312a5a148489c3b68f31 (diff) | |
download | midbro-bc5ecd6da7f068a12b9ee5397178723481c7a3ea.tar.gz midbro-bc5ecd6da7f068a12b9ee5397178723481c7a3ea.tar.bz2 |
Move all files one level down
Diffstat (limited to 'broccoli/test/midbro_test.c')
-rw-r--r-- | broccoli/test/midbro_test.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/broccoli/test/midbro_test.c b/broccoli/test/midbro_test.c deleted file mode 100644 index c0f4ba6..0000000 --- a/broccoli/test/midbro_test.c +++ /dev/null @@ -1,11 +0,0 @@ -#include "midbro.h" - - int -main(int argc, char **argv) -{ - start_data_capture(); - while(1){ - request_value(); - } - return 0; -} |