]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - stm32/serial.h
Remove STM32 variant (and submodule libopencm3)
[z180-stamp.git] / stm32 / serial.h
diff --git a/stm32/serial.h b/stm32/serial.h
deleted file mode 100644 (file)
index 62d95e2..0000000
+++ /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 */