Subversion Repositories FlightCtrl

Rev

Rev 2039 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef _NAVICONTROL_H
#define _NAVICONTROL_H

#include<inttypes.h>

void navi_setNeutral(void);
void navigation_periodicTaskAndPRTY(int16_t* PRTY);

#endif