]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
Fix implicit declaration warnings
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 7 Jul 2015 10:18:51 +0000 (12:18 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 7 Jul 2015 10:18:51 +0000 (12:18 +0200)
rpp/src/rpp/dac.c
rpp/src/rpp/din.c
rpp/src/rpp/fr.c
rpp/src/rpp/hbr.c
rpp/src/rpp/lout.c

index 05d1cf2b6233e6af13b67205994d2dcacbf13743..ea33b139328e9f36e8fbd412382d3e3e9de1004d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013 Czech Technical University in Prague
+/* Copyright (C) 2013, 2015 Czech Technical University in Prague
  *
  * Authors:
  *     - Carlos Jenkins <carlos@jenkins.co.cr>
@@ -22,6 +22,7 @@
 
 #ifndef FREERTOS_POSIX
 #include "drv/dac.h"
+#include "hal/spi_tms570.h"
 #endif
 
 static boolean_t initialized = FALSE;
index 065354377320ee30073a95a50ba7d1d369dbbd5f..5ffcddd56e1217f87c21e5fc283be1198bd7f0ad 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013 Czech Technical University in Prague
+/* Copyright (C) 2013, 2015 Czech Technical University in Prague
  *
  * Authors:
  *     - Carlos Jenkins <carlos@jenkins.co.cr>
@@ -22,6 +22,7 @@
 
 #ifndef FREERTOS_POSIX
 #include "drv/din.h"
+#include "hal/spi_tms570.h"
 #endif
 
 static boolean_t initialized = FALSE;
index cd509d156c520ea5e9fb23f1989b3cddfef0b612..f62685afc0a37df2e02ee10166b76921d8cc781e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013 Czech Technical University in Prague
+/* Copyright (C) 2013, 2015 Czech Technical University in Prague
  *
  * Authors:
  *     - Carlos Jenkins <carlos@jenkins.co.cr>
@@ -26,6 +26,7 @@
 #include "stdio.h"
 #include "string.h"
 #include "drv/drv.h"
+#include "hal/spi_tms570.h"
 
 static rpp_fr_state_t rpp_fr_state = RPP_FR_NOT_INITIALIZED;    /**< Stores the actual state of the FlexRay module */
 
index 5d3a457f025b97e4ae06453c2c02ee351ed89b42..64dd6066d56e3c9fd9b1e50a72e8d28d83a59c89 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013, 2014 Czech Technical University in Prague
+/* Copyright (C) 2013, 2014, 2015 Czech Technical University in Prague
  *
  * Authors:
  *     - Carlos Jenkins <carlos@jenkins.co.cr>
@@ -22,6 +22,7 @@
 
 #ifndef FREERTOS_POSIX
 #include "drv/hbridge.h"
+#include "hal/spi_tms570.h"
 #endif
 
 static boolean_t initialized = FALSE;
index 7e7c3ab538c4bc3413a54c64b9df9842c16afae4..b55e011173813ec9347407678c160bf6a8bcd8cb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013 Czech Technical University in Prague
+/* Copyright (C) 2013, 2015 Czech Technical University in Prague
  *
  * Authors:
  *     - Carlos Jenkins <carlos@jenkins.co.cr>
@@ -22,6 +22,7 @@
 
 #ifndef FREERTOS_POSIX
 #include "drv/lout.h"
+#include "hal/spi_tms570.h"
 #endif
 
 static boolean_t initialized = FALSE;