From 1e134276ca16ff980f17767053fd58a2741f079f Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 9 Nov 2021 16:06:37 +0100 Subject: [PATCH] typo --- slsDetectorSoftware/src/Module.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/src/Module.h b/slsDetectorSoftware/src/Module.h index 28118c95b..06c3700b0 100644 --- a/slsDetectorSoftware/src/Module.h +++ b/slsDetectorSoftware/src/Module.h @@ -759,8 +759,8 @@ class Module : public virtual slsDetectorDefs { static const int BLACKFIN_WRITE_TO_FLASH_TIME = 30; static const int NIOS_ERASE_FLASH_TIME_FPGA = 10; static const int NIOS_WRITE_TO_FLASH_TIME_FPGA = 45; - static const int NIOS_ERASE_FLASH_TIME_FPGA = 9; - static const int NIOS_WRITE_TO_FLASH_TIME_FPGA = 39; + static const int NIOS_ERASE_FLASH_TIME_KERNEL = 9; + static const int NIOS_WRITE_TO_FLASH_TIME_KERNEL = 39; }; } // namespace sls \ No newline at end of file