Subversion Repositories FlightCtrl

Rev

Rev 2039 | Go to most recent revision | 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);
2048 - 7
void navigation_periodicTaskAndPRTY(int16_t* PRTY);
2039 - 8
 
9
#endif