millis() and the disabled timer

Because init sets them up to do that:

	// put timer 1 in 8-bit phase correct pwm mode
	sbi(TCCR1A, WGM10);

Being in 8-bit PWM mode it counts up to 255.