Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 988 → Rev 989

/trunk/makefile
4,8 → 4,8
F_CPU = 20000000
#-------------------------------------------------------------------
HAUPT_VERSION = 0
NEBEN_VERSION = 70
VERSION_INDEX = 4
NEBEN_VERSION = 71
VERSION_INDEX = 0
 
VERSION_KOMPATIBEL = 8 # PC-Kompatibilität
#-------------------------------------------------------------------
/trunk/spi.h
86,7 → 86,7
signed int GPS_Gier;
signed int CompassValue;
signed int Status;
unsigned char BeepTime;
unsigned int BeepTime;
union
{ char Byte[12];
int Int[6];