X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-test-sw.git/blobdiff_plain/bb52c5d47fe9be55f20fae4492188ce82a607e21..7c5d1a1547ee60bcf62a799faf4a1073f16b8b83:/rpp-test-sw/commands/cmd_sdram.c diff --git a/rpp-test-sw/commands/cmd_sdram.c b/rpp-test-sw/commands/cmd_sdram.c index 908639b..d6f4e5f 100644 --- a/rpp-test-sw/commands/cmd_sdram.c +++ b/rpp-test-sw/commands/cmd_sdram.c @@ -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) {