Subversion Repositories FlightCtrl

Compare Revisions

Regard whitespace Rev 1892 → Rev 1893

/branches/V0.78f_ACC-HH_MartinR/eeprom.c
1,3 → 1,11
#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,6 → 20,11
#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,6 → 11,11
#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