mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
The number of ticks per usec for YUKON_EC is 125.
This commit is contained in:
parent
1a98c9b4a2
commit
e0078c6436
2 changed files with 2 additions and 2 deletions
|
|
@ -380,7 +380,7 @@
|
|||
|
||||
#define SK_IMTIMER_TICKS_GENESIS 53
|
||||
#define SK_IMTIMER_TICKS_YUKON 78
|
||||
#define SK_IMTIMER_TICKS_YUKON_EC 128
|
||||
#define SK_IMTIMER_TICKS_YUKON_EC 125
|
||||
#define SK_IM_USECS(x, t) ((x) * (t))
|
||||
|
||||
#define SK_IM_MIN 10
|
||||
|
|
|
|||
|
|
@ -380,7 +380,7 @@
|
|||
|
||||
#define SK_IMTIMER_TICKS_GENESIS 53
|
||||
#define SK_IMTIMER_TICKS_YUKON 78
|
||||
#define SK_IMTIMER_TICKS_YUKON_EC 128
|
||||
#define SK_IMTIMER_TICKS_YUKON_EC 125
|
||||
#define SK_IM_USECS(x, t) ((x) * (t))
|
||||
|
||||
#define SK_IM_MIN 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue