Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 935 → Rev 936

/branches/V0.70d Code Redesign killagreg/timer2.h
3,10 → 3,11
 
#include <inttypes.h>
 
extern volatile int16_t ServoValue;
extern void TIMER2_Init(void);
extern volatile uint16_t ServoValue;
 
void TIMER2_Init(void);
 
 
 
#endif //_TIMER2_H