From 63ea4587a075dfe7b210cf6086b95f3a009bd7d2 Mon Sep 17 00:00:00 2001 From: Patrick Robbe <robbe@lal.in2p3.fr> Date: Sun, 20 Oct 2019 15:05:27 +0900 Subject: [PATCH] Test other ports --- Pcie40Applications/main_pcie40_b2slc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pcie40Applications/main_pcie40_b2slc.c b/Pcie40Applications/main_pcie40_b2slc.c index 024ffea..45d4978 100644 --- a/Pcie40Applications/main_pcie40_b2slc.c +++ b/Pcie40Applications/main_pcie40_b2slc.c @@ -5,7 +5,7 @@ int main(int argc, char *argv[]) { ecs_open( 0 , 2 ) ; - int result = pcie40_readfee32( 0 , 0 , 0x12 ) ; + int result = pcie40_readfee32( 0 , 1 , 0x12 ) ; ecs_close( 0 , 2 ) ; -- GitLab