I am tracking down a bug that occurs very infrequently doing some maintenance on code written long ago, that creates an annoying error periodically. If an auto variable is declared in a block (and is the only variable declared): while (....) { uint8_t buf..
↧