Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 295 → Rev 296

/trunk/main.c
92,6 → 92,7
//############################################################################
{
unsigned int timer;
 
unsigned int timer2 = 0;
DDRB = 0x00;
PORTB = 0x00;
129,7 → 130,7
VersionInfo.Nebenversion = VERSION_NEBENVERSION;
VersionInfo.PCKompatibel = VERSION_KOMPATIBEL;
printf("\n\rFlightControl\n\rHardware:%d.%d\n\rSoftware:V%d.%d ",PlatinenVersion/10,PlatinenVersion%10, VERSION_HAUPTVERSION, VERSION_NEBENVERSION);
printf("\n\rFlightControl\n\rHardware:%d.%d\n\rSoftware:V%d.%d%c ",PlatinenVersion/10,PlatinenVersion%10, VERSION_HAUPTVERSION, VERSION_NEBENVERSION,VERSION_INDEX + 'a');
printf("\n\r==============================");
GRN_ON;