Blob Blame History Raw
From 668273cdf5b402b78457bff3b8a6a1a275c0c404 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20M=C3=BChlstrasser?= <stephan.muehlstrasser@web.de>
Date: Wed, 4 Sep 2019 19:33:14 +0200
Subject: [PATCH 072/170] Remove source file that was only used for testing

---
 kbhit.c | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 kbhit.c

diff --git a/kbhit.c b/kbhit.c
deleted file mode 100644
index 4ce1894c..00000000
--- a/kbhit.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Keyboard test program.
- */
-
-#include <conio.h>
-
-int main(void)
-{
-    unsigned char c;
-
-    clrscr();
-    cputs("   Keyboard Test\r\n");
-
-    while (1) {
-        c = cgetc();
-        cputc(c);
-    }
-    return 0;
-}
-- 
2.26.0