add firmware
This commit is contained in:
14
utils/prot.h
Normal file
14
utils/prot.h
Normal file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "prot_head.h"
|
||||
|
||||
extern Point PointGPS;
|
||||
|
||||
enum class MAIN_FLY_MODE { WAIT, START, FLY, STOP };
|
||||
|
||||
extern MAIN_FLY_MODE MainFlyMode;
|
||||
|
||||
extern STATUS_MODE Main_StatusMode;
|
||||
extern SYS_MODE Main_SysMode;
|
||||
|
||||
void PROT_Update();
|
Reference in New Issue
Block a user