]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
Move #include from cmd_fray.h to .c
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 24 Sep 2013 08:26:20 +0000 (10:26 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 24 Sep 2013 08:26:20 +0000 (10:26 +0200)
This include is not needed for interfacing the
implemented commands. This way, automatic generation of the documentation
does not fail.

rpp-test-sw/commands/cmd_fray.c
rpp-test-sw/commands/cmd_fray.h

index baa285522669200a4a077b97fc66c77a1513e60a..68cb52b827d01d2620323049de2d2b612818ea87 100644 (file)
@@ -44,6 +44,7 @@
 #include "cmdproc_utils.h"
 #include "hal/hal.h"
 #include "cmdproc.h"
+#include "sys/ti_drv_fray.h"
 
 /**
  * This structure contains global FlexRay configuration.
index 758ed71085963aa19d6a4f8d338aab3eda97ee45..a6e772a64294c50bd4c8c172e817f48c339d72ec 100644 (file)
@@ -9,7 +9,6 @@
 #define CMD_FRAY_H_
 
 #include "cmdproc.h"
-#include "sys/ti_drv_fray.h"
 
 extern cmd_des_t const *cmd_list_fray[];