Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 902 → Rev 903

/branches/V0.69k CRK HexaLotte/timer2.h
0,0 → 1,12
#ifndef _TIMER2_H
#define _TIMER2_H
 
#include <inttypes.h>
 
extern volatile int16_t ServoValue;
extern void TIMER2_Init(void);
 
 
 
#endif //_TIMER2_H