Subversion Repositories FlightCtrl

Rev

Rev 2373 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2373 Rev 2377
Line 263... Line 263...
263
                break;
263
                break;
264
   case HOTT_GENERAL_PACKET_ID:
264
   case HOTT_GENERAL_PACKET_ID:
265
                ptr = (unsigned char *) &HoTTGeneral;
265
                ptr = (unsigned char *) &HoTTGeneral;
266
                max = sizeof(HoTTGeneral);
266
                max = sizeof(HoTTGeneral);
267
                break;
267
                break;
-
 
268
   case JETI_GPS_PACKET_ID1:
-
 
269
                ptr = (unsigned char *) &JetiExData[14].Value;
-
 
270
                max = sizeof(JetiExData[14].Value);
-
 
271
                break;
-
 
272
   case JETI_GPS_PACKET_ID2:
-
 
273
                ptr = (unsigned char *) &JetiExData[15].Value;
-
 
274
                max = sizeof(JetiExData[15].Value);
-
 
275
                break;
268
  }
276
  }
269
 z = FromNaviCtrl.Param.Byte[0]; // Data allocation
277
 z = FromNaviCtrl.Param.Byte[0]; // Data allocation
Line 270... Line 278...
270
 
278
 
271
 for(i=0; i < FromNaviCtrl.Param.Byte[1]; i++)
279
 for(i=0; i < FromNaviCtrl.Param.Byte[1]; i++)