comparison Discovery/Src/test_vpm.c @ 219:f9b17e898a7a Improve_IPC_Sync

Resolved some minor warnings
author ideenmodellierer
date Sun, 31 Mar 2019 15:44:56 +0200
parents 5f11787b4f42
children 6e78137952af
comparison
equal deleted inserted replaced
218:ff59d1d07f9c 219:f9b17e898a7a
343 { 343 {
344 counter2++; 344 counter2++;
345 decotable_minutes[i] = ((float)input.decolistVPM.output_stop_length_seconds[i]) / 60.0f; 345 decotable_minutes[i] = ((float)input.decolistVPM.output_stop_length_seconds[i]) / 60.0f;
346 } 346 }
347 } 347 }
348 i = i;
349 return true; 348 return true;
350 } 349 }
351 350
352 /** 351 /**
353 ****************************************************************************** 352 ******************************************************************************
401 { 400 {
402 counter2++; 401 counter2++;
403 decotable_minutes[i] = ((float)input.decolistVPM.output_stop_length_seconds[i]) / 60.0f; 402 decotable_minutes[i] = ((float)input.decolistVPM.output_stop_length_seconds[i]) / 60.0f;
404 } 403 }
405 } 404 }
406 i = i;
407 return true; 405 return true;
408 } 406 }
409 407
410 /** 408 /**
411 ****************************************************************************** 409 ******************************************************************************
460 { 458 {
461 counter2++; 459 counter2++;
462 decotable_minutes[i] = ((float)input.decolistVPM.output_stop_length_seconds[i]) / 60.0f; 460 decotable_minutes[i] = ((float)input.decolistVPM.output_stop_length_seconds[i]) / 60.0f;
463 } 461 }
464 } 462 }
465 i = i;
466 return true; 463 return true;
467 } 464 }
468 465
469 /*uint8_t test5_unapproved(uint32_t frame1, uint32_t frame2, uint32_t frame3, uint32_t frame4)*/ 466 /*uint8_t test5_unapproved(uint32_t frame1, uint32_t frame2, uint32_t frame3, uint32_t frame4)*/
470 uint8_t test5_unapproved(void) 467 uint8_t test5_unapproved(void)