Try change this if(timer >= 1000000){ to this if(timer >= 1000000UL){ .
if(timer >= 1000000){
if(timer >= 1000000UL){