Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1893 → Rev 1892

/branches/V0.78f_ACC-HH_MartinR/eeprom.c
1,11 → 1,3
#include "main.h"
 
 
/*#define RECEIVER_SPEKTRUM 1
#define CFG2_HEIGHT_LIMIT 1
#define CFG_HOEHEN_SCHALTER 1
 
*/
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// + Konstanten
// + 0-247 -> normale Werte
/branches/V0.78f_ACC-HH_MartinR/menu.c
20,11 → 20,6
#define KEY4 0x08
#define KEY5 0x10
 
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_PATCH 3
 
 
void LcdClear(void)
{
unsigned char i;
/branches/V0.78f_ACC-HH_MartinR/uart.c
11,11 → 11,6
#include "uart.h"
#include "libfc.h"
 
#define VERSION_MAJOR 1
#define VERSION_MINOR 1
#define VERSION_PATCH 1
#define VERSION_SERIAL_MAJOR 1
#define VERSION_SERIAL_MINOR 1
 
#define FC_ADDRESS 1
#define NC_ADDRESS 2