From 221bb65c0e59079580425c2b8cbdecaf0c52364a Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 2 Sep 2019 13:11:07 +0200 Subject: [PATCH] gotthard2: bfin instead of nios (not using registers yet) --- .../gotthard2DetectorServer/slsDetectorFunctionList.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c index b5326be46..824e289a1 100644 --- a/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c @@ -1,7 +1,7 @@ #include "slsDetectorFunctionList.h" #include "versionAPI.h" #include "clogger.h" -#include "blackfin.h" +#include "nios.h" #include "DAC6571.h" #include "common.h" #ifdef VIRTUAL