From c742be9c738c91703a7be787639cad167de3a6b1 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 17 Aug 2018 02:28:02 +0200 Subject: started reviving my fool os --- kernel/fifo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel/fifo.h') diff --git a/kernel/fifo.h b/kernel/fifo.h index e0a81e5..a574a25 100644 --- a/kernel/fifo.h +++ b/kernel/fifo.h @@ -1,6 +1,5 @@ // SIMPLE FIFO DRIVER - #ifndef FIFO_H #define FIFO_H @@ -21,5 +20,4 @@ volatile bool fifo_put(fifo*,uint8_t); volatile uint8_t fifo_get(fifo*); volatile bool fifo_has(fifo*); - #endif -- cgit v1.2.3