]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blobdiff - rpp-test-sw/commands/cmd_sdram.c
Fix warnings
[pes-rpp/rpp-test-sw.git] / rpp-test-sw / commands / cmd_sdram.c
index 908639bf1191f7442cecde7bb76ab1b37f1c2670..d6f4e5f9b497573b60188f6633e5059da734ed0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2013 Czech Technical University in Prague
+ * Copyright (C) 2012-2013, 2015 Czech Technical University in Prague
  *
  * Created on: 28.2.2013
  *
@@ -119,10 +119,10 @@ void test_sdr()
        // after the noise task could not be created, forcing to close the just
        // opened command processor.
        portBASE_TYPE task_created = xTaskCreate(sdr_test_task,
-                                                                                        (const signed char *)"sdr_test_task",
-                                                                                        TEST_TASK_STACK, NULL, TEST_TASK_PRIORITY,
-                                                                                        &test_task_handle
-                                                                                        );
+                                                "sdr_test_task",
+                                                TEST_TASK_STACK, NULL, TEST_TASK_PRIORITY,
+                                                &test_task_handle
+               );
 
        if (task_created != pdPASS) {