Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 897 → Rev 898

/branches/V0.68d 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