From: Martin Meloun Date: Fri, 30 May 2014 14:08:39 +0000 (+0200) Subject: Fix typo in IRC5 register address base X-Git-Url: https://rtime.felk.cvut.cz/gitweb/fpga/lx-cpu1/lx-rocon.git/commitdiff_plain/6b4b6183b9a35e8e0677aa025266c67dae6c7f12 Fix typo in IRC5 register address base Signed-off-by: Martin Meloun --- diff --git a/sw/app/rocon/appl_fpga.c b/sw/app/rocon/appl_fpga.c index a419269..a28648b 100644 --- a/sw/app/rocon/appl_fpga.c +++ b/sw/app/rocon/appl_fpga.c @@ -26,7 +26,7 @@ volatile struct irc_register *fpga_irc[] = (volatile struct irc_register *)FPGA_IRC1_BASE, (volatile struct irc_register *)FPGA_IRC2_BASE, (volatile struct irc_register *)FPGA_IRC3_BASE, - (volatile struct irc_register *)FPGA_IRC7_BASE, + (volatile struct irc_register *)FPGA_IRC4_BASE, (volatile struct irc_register *)FPGA_IRC5_BASE, (volatile struct irc_register *)FPGA_IRC6_BASE, (volatile struct irc_register *)FPGA_IRC7_BASE