brdbootldr/ubootldr/flash_nor.cpp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
--- a/brdbootldr/ubootldr/flash_nor.cpp	Tue Aug 31 16:34:26 2010 +0300
+++ b/brdbootldr/ubootldr/flash_nor.cpp	Wed Sep 01 12:34:56 2010 +0100
@@ -28,7 +28,7 @@
 #include <u32hal.h>
 #include "flash_nor.h"
 
-#define KFlashRetries 1000000
+const TUint KFlashRetries = 1000000;
 
 #ifdef __SUPPORT_FLASH_REPRO__
 _LIT(KLitThreadName,"Flash");