changed time base to 8kHz
[svn42.git] / rf433rcv / teensy / example.c
index ab7026c..ad07cda 100644 (file)
@@ -45,7 +45,7 @@ int main(void)
   // 200*8 clock cycles, 100us
   TCCR0A = 1<<WGM01;
   TCCR0B = 1<<CS01;
-  OCR0A = 199;
+  OCR0A = 249;
   TCNT0 = 0;
   TIMSK0 = (1<<OCIE0A);