aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/deo12
blob: 84c57212338abacc06e5a0a7a6db183266438bf9 (plain)
1
2
3
4
5
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;
}