@jk they're great !!
i also use them for critical sections and for malloc()-free()
vPortEnterCritical();
{
// unsafe hacks
}
vPortExitCritical();
@jk They are not pointless, they are scopes, and you can use them to declare variables inside of a code division, e.g.:
// do actions
{
int something;
something = op / 3;
something = something + something * 4;
do(something);
}
// do other things
@jk because you called them pointless and they're not è_é
@jk yeah but i'm blind, you should have written it in braille
also for code folding