AVR ATmega32 - C - Gets stuck in function call


Note that using volatile void as a return type is an old non-standard GCC way of declaring that the function never returns, this may lead to serious side effects.
 
Back
Top