Преглед на файлове

fpga: Make it explicit that MaxSLiCInterface.h comes from the system

Samuel Thibault преди 4 години
родител
ревизия
311c2b8d9d
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      tests/fpga/max_fpga_advanced_static.c
  2. 1 1
      tests/fpga/max_fpga_basic_static.c
  3. 1 1
      tests/fpga/max_fpga_dynamic.c
  4. 1 1
      tests/fpga/max_fpga_mux.c

+ 1 - 1
tests/fpga/max_fpga_advanced_static.c

@@ -20,7 +20,7 @@
 #include "../helper.h"
 
 #include "MyTasks.h"
-#include "MaxSLiCInterface.h"
+#include <MaxSLiCInterface.h>
 #define SIZE (192/sizeof(int32_t))
 
 static max_file_t *maxfile;

+ 1 - 1
tests/fpga/max_fpga_basic_static.c

@@ -20,7 +20,7 @@
 #include "../helper.h"
 
 #include "MyTasks.h"
-#include "MaxSLiCInterface.h"
+#include <MaxSLiCInterface.h>
 #define SIZE (192/sizeof(int32_t))
 
 void fpga_impl(void *buffers[], void *cl_arg)

+ 1 - 1
tests/fpga/max_fpga_dynamic.c

@@ -20,7 +20,7 @@
 #include "../helper.h"
 
 #include "MyTasks.h"
-#include "MaxSLiCInterface.h"
+#include <MaxSLiCInterface.h>
 #define SIZE (192/sizeof(int32_t))
 
 static max_file_t *maxfile;

+ 1 - 1
tests/fpga/max_fpga_mux.c

@@ -20,7 +20,7 @@
 #include "../helper.h"
 
 #include "MyTasksMux.h"
-#include "MaxSLiCInterface.h"
+#include <MaxSLiCInterface.h>
 #define SIZE (192/sizeof(int32_t))
 
 static max_file_t *maxfile;