Changeset 29055 for titan


Ignore:
Timestamp:
05/15/14 22:23:51 (10 years ago)
Author:
obi
Message:

testfix transponder create

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r29050 r29055  
    63126312                                line = ostrcat(line, "#", 1, 0);
    63136313
    6314                                 line = ostrcat(line, tmpstr3, 1, 0); // pilot                           
     6314//                              line = ostrcat(line, tmpstr3, 1, 0); // pilot                   
     6315                                line = ostrcat(line, "1", 1, 0); // pilot
    63156316                                line = ostrcat(line, "#", 1, 0);
    63166317
    6317                                 line = ostrcat(line, tmpstr3, 1, 0); // rolloff
     6318//                              line = ostrcat(line, tmpstr3, 1, 0); // rolloff
     6319                                line = ostrcat(line, "0", 1, 0); // rolloff
    63186320                                line = ostrcat(line, "#", 1, 0);
    63196321
    6320                                 line = ostrcat(line, tmpstr3, 1, 0); // inversion                               
     6322//                              line = ostrcat(line, tmpstr3, 1, 0); // inversion                               
     6323                                line = ostrcat(line, "2", 1, 0); // inversion                           
    63216324                                line = ostrcat(line, "#", 1, 0);
    63226325
Note: See TracChangeset for help on using the changeset viewer.