This commit is contained in:
maliakal_d 2021-11-09 16:06:37 +01:00
parent d9168803ae
commit 1e134276ca

View File

@ -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