summaryrefslogtreecommitdiff
path: root/software/cmx589a_teensy_test/uart.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2012-05-16 22:53:01 +0000
committerChristian Pointner <equinox@mur.at>2012-05-16 22:53:01 +0000
commit9782aae3cc6896f8305c412fcf4c9ad44f74d72b (patch)
treec2fdf5baf45ace4a2d8ce83512b65776bf6cde11 /software/cmx589a_teensy_test/uart.h
parentbetter mic amp (diff)
removed old/unused cmx589 test code
git-svn-id: https://svn.spreadspace.org/mur.sat@411 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/cmx589a_teensy_test/uart.h')
-rw-r--r--software/cmx589a_teensy_test/uart.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/software/cmx589a_teensy_test/uart.h b/software/cmx589a_teensy_test/uart.h
deleted file mode 100644
index 41136a3..0000000
--- a/software/cmx589a_teensy_test/uart.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _uart_included_h_
-#define _uart_included_h_
-
-#include <stdint.h>
-
-void uart_init(uint32_t baud);
-void uart_putchar(uint8_t c);
-uint8_t uart_getchar(void);
-uint8_t uart_available(void);
-
-#endif