Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 316 → Rev 317

/trunk/main.h
2,7 → 2,7
#define _MAIN_H
 
 
//#define FOLLOW_ME
#define FOLLOW_ME
 
#ifdef FOLLOW_ME
extern u8 TransmitAlsoToFC;
14,7 → 14,7
 
#define VERSION_MAJOR 0
#define VERSION_MINOR 24
#define VERSION_PATCH 4
#define VERSION_PATCH 5
// 0 = A
// 1 = B
// 2 = C
34,8 → 34,9
#define VERSION_SERIAL_MAJOR 11
#define VERSION_SERIAL_MINOR 0
 
#ifndef FOLLOW_ME
#define FC_SPI_COMPATIBLE 19
#ifdef FOLLOW_ME
#else
#define FC_SPI_COMPATIBLE 0xFF
#endif