aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/heap05.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/08.heap/heap05.c')
-rw-r--r--include/08.heap/heap05.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/08.heap/heap05.c b/include/08.heap/heap05.c
deleted file mode 100644
index 1856ca5..0000000
--- a/include/08.heap/heap05.c
+++ /dev/null
@@ -1,5 +0,0 @@
-static uint8_t k_heapBMGetNID(uint8_t a, uint8_t b) {
- uint8_t c;
- for (c = a + 1; c == b || c == 0; ++c);
- return c;
-}