summaryrefslogtreecommitdiff
path: root/kernel/fifo.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-02 15:47:29 +0200
committerMiguel <m.i@gmx.at>2018-09-02 15:47:29 +0200
commitfd5a9b87e47bc072aa63fcaf5735232a37338303 (patch)
treea4a15617e540af1f77a326875be84164043aa707 /kernel/fifo.h
parent300fb2f088d8530b630e01ef24ce032710a2f8b9 (diff)
cleanup filenames
Diffstat (limited to 'kernel/fifo.h')
-rw-r--r--kernel/fifo.h2
1 files changed, 1 insertions, 1 deletions
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