Skip to content
Snippets Groups Projects
Commit 394c8bcb authored by Patrick Robbe's avatar Patrick Robbe
Browse files

Fix compilation

parent f6c273fc
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ $(eval $(call ODIR_template,PCIE40_ULRESET))
#$(eval $(call ODIR_template,PCIE40_DMA_CHECK))
$(eval $(call ODIR_template,PCIE40_READFPGAVERSION))
$(eval $(call ODIR_template,PCIE40_MINIPOD))
$(eval $(call ODIR_template,PCIE40_DMATEST))
#$(eval $(call ODIR_template,PCIE40_DMATEST))
$(eval $(call ODIR_template,REGCONFIG))
$(eval $(call ODIR_template,STATLINK))
$(eval $(call ODIR_template,TIMEDIFF))
......
......@@ -2,7 +2,6 @@
#include <stdio.h>
#include <unistd.h>
#include <time.h>
#include "altera_dma_regs.h"
extern "C" int ecs_open(int dev, int bar);
extern "C" void ecs_close(int dev, int bar);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment