csv file on real linux machine
[des2015.git] / mart / ex10 / ex10a.c
index 4b0a0a4..dca8341 100644 (file)
@@ -24,7 +24,7 @@ void taskf(void *arg)
                rt_task_wait_period(NULL);
        }
        FILE *file;
-       file = fopen("ex10a.csv", "w");
+       file = fopen("ex10ab.csv", "w");
        for(i = 0; i<SAMPLES-1; i++){
                fprintf(file, "%u,%llu\n", i, times[i+1]-times[i]);
        }