Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 466 → Rev 479

/branches/v0.60_MicroMag3_Nick666/v0.66c/timer0.c
1,7 → 1,6
#include "main.h"
 
volatile unsigned int CountMilliseconds = 0;
volatile static unsigned int tim_main;
volatile unsigned char UpdateMotor = 0;
volatile unsigned int beeptime = 0;
unsigned int BeepMuster = 0xffff;
67,7 → 66,6
 
void Timer_Init(void)
{
tim_main = SetDelay(10);
TCCR0B = CK8;
TCCR0A = (1<<COM0A1)|(1<<COM0B1)|3;//fast PWM
OCR0A = 0;