summaryrefslogtreecommitdiff
path: root/src/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.c')
-rw-r--r--src/port.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/port.c b/src/port.c
index 1a55669..f64cc69 100644
--- a/src/port.c
+++ b/src/port.c
@@ -4,8 +4,3 @@ void port8_init( port8_t *port, uint16_t number )
{
port->number = number;
}
-
-uint8_t port8_read( port8_t *port )
-{
- return 0;
-}