Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 165 → Rev 166

/QMK-Groundstation/trunk/global.h
40,8 → 40,8
static const int SETTINGS_ID = 2;
 
static const QString QA_NAME = "QMK-Groundstation";
static const QString QA_VERSION = "0.5.6m";
static const QString QA_DATE = "08.12.2008";
static const QString QA_VERSION = "0.5.7w";
static const QString QA_DATE = "11.12.2008";
static const QString QA_YEAR = "2008";
static const QString QA_AUTHOR = "Manuel Schrape";
static const QString QA_EMAIL = "manuel.schrape@gmx.de";
71,7 → 71,6
 
static const int MaxAnalog = 32;
static const int MaxPlot = 50000;
static const int PlotWide = 100;
 
struct sMode
{