Subversion Repositories FlightCtrl

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1157 krheinwald 1
/* pitch_inc.h
2
 *
3
 * Copyright 2009 Klaus Rheinwald
4
 */
5
 
6
#ifndef PITCH_INC_H
7
#define PITCH_INC_H
8
 
9
extern int      pitch_inc_init( void );
10
extern int      pitch_inc_value( void );
11
 
12
#endif // PITCH_INC_H