]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blobdiff - rpp-test-sw/commands/cmd_hout.c
Apply uncrustify
[pes-rpp/rpp-test-sw.git] / rpp-test-sw / commands / cmd_hout.c
index 960624f7d36f12d3ddd19080d4ae79b9178a80ac..fa08f0190167176e23327b25f48e338bf7d99e13 100644 (file)
@@ -223,7 +223,7 @@ cmd_des_t const cmd_des_test_hout_fail = {
        "    OK\n"
        "\n"
        "Detects the state of the HOUT1 and prints OK, FAIL or NOT RUNNING.\n",
-       CMD_HANDLER(cmd_do_test_hout_fault), (void*)&cmd_list_hout
+       CMD_HANDLER(cmd_do_test_hout_fault), (void *)&cmd_list_hout
 };
 
 /** Command descriptor for hout read IFBK command */
@@ -248,7 +248,7 @@ cmd_des_t const cmd_des_read_hifbk = {
        "  HOUT4: 0\n"
        "  HOUT5: 38924\n"
        "  HOUT6: 1342231444\n",
-       CMD_HANDLER(cmd_do_read_hout_ifbk_values), (void*)&cmd_list_hout
+       CMD_HANDLER(cmd_do_read_hout_ifbk_values), (void *)&cmd_list_hout
 };
 
 /** Command descriptor for HOUT set PWM command */
@@ -282,7 +282,7 @@ cmd_des_t const cmd_des_hout_pwm = {
        "\n"
        "Prints the actual period of HOUT1 PWM in microseconds and the duty\n"
        "cycle in percents.\n",
-       CMD_HANDLER(cmd_do_hout_pwm), (void*)&cmd_list_hout
+       CMD_HANDLER(cmd_do_hout_pwm), (void *)&cmd_list_hout
 };
 
 /** Command descriptor for PWM start command */
@@ -306,7 +306,7 @@ cmd_des_t const cmd_des_hout_pwm_start = {
        "    --> houtstartpwm1\n"
        "\n"
        "HOUT1 PWM generation will be started.\n",
-       CMD_HANDLER(cmd_do_hout_pwm_start), (void*)&cmd_list_hout
+       CMD_HANDLER(cmd_do_hout_pwm_start), (void *)&cmd_list_hout
 };
 
 /** Command descriptor for PWM stop command */
@@ -327,7 +327,7 @@ cmd_des_t const cmd_des_hout_pwm_stop = {
        "    --> houtstoppwm1\n"
        "\n"
        "HOUT1 PWM generation will be deactivated.\n",
-       CMD_HANDLER(cmd_do_hout_pwm_stop), (void*)&cmd_list_hout
+       CMD_HANDLER(cmd_do_hout_pwm_stop), (void *)&cmd_list_hout
 };
 
 /** List of commands for hout, defined as external */