Description of the never ending loop for AVR-GCC C or C++ programs to keep the microcontroller on and running using a while statement (while(1){}). One (1) is always gonig to be true, so the loop never ends.