Subversion Repositories FlightCtrl

Rev

Rev 2048 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2039 - 1
#ifndef _NAVICONTROL_H
2
#define _NAVICONTROL_H
3
 
4
#include<inttypes.h>
5
 
6
void navi_setNeutral(void);
2189 - 7
void navigation_periodicTaskAndRPTY(int16_t* RPTY);
2039 - 8
 
9
#endif