diff Discovery/Src/test_vpm.c @ 221:486dddfba7ce

Merged in Ideenmodellierer/ostc4/Improve_IPC_Sync (pull request #12) Improve IPC Sync
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Mon, 01 Apr 2019 09:01:09 +0000
parents f9b17e898a7a
children 6e78137952af
line wrap: on
line diff
--- a/Discovery/Src/test_vpm.c	Thu Mar 28 13:05:29 2019 +0000
+++ b/Discovery/Src/test_vpm.c	Mon Apr 01 09:01:09 2019 +0000
@@ -345,7 +345,6 @@
             decotable_minutes[i] = ((float)input.decolistVPM.output_stop_length_seconds[i]) / 60.0f;
         }
     }
-    i = i;
     return true;
 }
 
@@ -403,7 +402,6 @@
             decotable_minutes[i] = ((float)input.decolistVPM.output_stop_length_seconds[i]) / 60.0f;
         }
     }
-    i = i;
     return true;
 }
 
@@ -462,7 +460,6 @@
             decotable_minutes[i] = ((float)input.decolistVPM.output_stop_length_seconds[i]) / 60.0f;
         }
     }
-    i = i;
     return true;
 }