aboutsummaryrefslogtreecommitdiff
path: root/include/shared/avl_tree.h
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2020-12-09 23:15:14 -0700
committerJosh Rahm <joshuarahm@gmail.com>2020-12-09 23:15:14 -0700
commit5f1763ec87503527583cb1a7c6deb73604db0dfc (patch)
tree0892ddf94b614db2d879f7bc993961af5ac25bb2 /include/shared/avl_tree.h
parenta5923b21e48fcfe660c1e7d586fe0c6a5b79e421 (diff)
downloadstm32l4-test_ir.tar.gz
stm32l4-test_ir.tar.bz2
stm32l4-test_ir.zip
Can read from the A/C remote control!test_ir
Diffstat (limited to 'include/shared/avl_tree.h')
-rw-r--r--include/shared/avl_tree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/shared/avl_tree.h b/include/shared/avl_tree.h
index 98151f2..2b174d3 100644
--- a/include/shared/avl_tree.h
+++ b/include/shared/avl_tree.h
@@ -7,6 +7,7 @@
#include <assert.h>
#include <stdio.h>
+#include "kern/common.h"
#include "kern/mem.h"
#include "shared/stdmacro.h"
@@ -29,8 +30,6 @@
#define null_dtor(a)
-typedef unsigned int bool;
-
#define AVL_TREE_DECL(T) \
typedef struct CONCAT(AVL_TREE_NODE_, T) { \
T value; \