summaryrefslogtreecommitdiff
path: root/stm32/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm32/serial.h')
-rw-r--r--stm32/serial.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/stm32/serial.h b/stm32/serial.h
deleted file mode 100644
index 62d95e2..0000000
--- a/stm32/serial.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef SERIAL_H
-#define SERIAL_H
-
-void serial_setup(void);
-void serial_putc(uint8_t);
-int serial_getc(void);
-
-#endif /* SERIAL_H */