fix apollo stm32f767 keil compile

This commit is contained in:
daishengdong
2019-10-28 16:07:56 +08:00
parent d0b8d0675e
commit 7e11e4f009
26 changed files with 15770 additions and 443 deletions

View File

@@ -47,7 +47,6 @@ __STATIC__ void bin_heap_do_percolate_up(k_bin_heap_t *bin_heap, uint16_t hole,
uint16_t parent, top;
void *hole_item, *parent_item;
// hole = bin_heap->total;
top = 0u;
parent = BIN_HEAP_PARENT(hole);
cmp = bin_heap->cmp;