• Robert Schmidt's avatar
    Use (std) bool instead of custom bool types · 0b91791f
    Robert Schmidt authored
    OAI is riddled with boolean_t, FALSE, TRUE, etc. This makes no sense, as
    there is a standard bool type, and could lead to nasty bugs if a
    definition of a bool is non-standard (0 == false, true == !false). This
    commit removes all non-standard bools in the whole project.
    0b91791f
rlc_tm_init.c 5.26 KB