Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 206 → Rev 207

/trunk/main.h
1,10 → 1,9
#ifndef _MAIN_H
#define _MAIN_H
 
 
#define VERSION_MAJOR 0
#define VERSION_MINOR 18
#define VERSION_PATCH 0
#define VERSION_PATCH 2
 
#define VERSION_SERIAL_MAJOR 11
#define VERSION_SERIAL_MINOR 0
81,6 → 80,10
s8 StickYaw;
s8 StickGas;
u8 Poti[8];
u8 Poti5;
u8 Poti6;
u8 Poti7;
u8 Poti8;
u8 RC_Quality;
u8 RC_RSSI;
u8 BAT_Voltage;
89,7 → 92,6
u8 Flags;
} __attribute__((packed)) FC_t;
 
 
extern Param_t Parameter;
extern volatile FC_t FC;
extern s8 ErrorMSG[25];