From fd5a9b87e47bc072aa63fcaf5735232a37338303 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 2 Sep 2018 15:47:29 +0200 Subject: cleanup filenames --- kernel/fifo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/fifo.h') diff --git a/kernel/fifo.h b/kernel/fifo.h index fd9146c..92f3b75 100644 --- a/kernel/fifo.h +++ b/kernel/fifo.h @@ -8,7 +8,7 @@ typedef struct fifo_struct { - bool (*put)(struct fifo_stuct*,uint8_t); + bool (*put)(struct fifo_struct*,uint8_t); uint8_t (*get)(struct fifo_struct*); bool (*has)(struct fifo_struct*); void *data; // opaque data -- cgit v1.2.3