diff options
Diffstat (limited to 'src/usr/pnor/pnordd.H')
-rw-r--r-- | src/usr/pnor/pnordd.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/pnor/pnordd.H b/src/usr/pnor/pnordd.H index 441eac3ca..e61ae0630 100644 --- a/src/usr/pnor/pnordd.H +++ b/src/usr/pnor/pnordd.H @@ -208,8 +208,8 @@ class PnorDD SFC_CMDBUF_SIZE = 256, /**< SFC Command buffer is 0x100/256 bytes/0x40 words */ - SFC_POLL_TIME_NS = 400000, /**< todo: RTC:62718 Find out - Max time to wait */ + //@todo-RTC:95125 Find out Max time to wait*/ + SFC_POLL_TIME_NS = 1000000000, /**< Max time to wait for SFC Op */ SFC_POLL_INCR_NS = 10, /**< minimum increment during poll */ }; |