Revert AHD_TIMER_MAX_US to its original definition now that the
ahc and ahd modules have correct dependencies on the assembler.
This commit is contained in:
parent
abdf4d8938
commit
fab9d2fa44
@ -3931,8 +3931,7 @@ const PKT_OVERRUN_BUFSIZE 512
|
||||
*/
|
||||
const AHD_TIMER_US_PER_TICK 25
|
||||
const AHD_TIMER_MAX_TICKS 0xFFFF
|
||||
/*const AHD_TIMER_MAX_US (AHD_TIMER_MAX_TICKS * AHD_TIMER_US_PER_TICK)*/
|
||||
const AHD_TIMER_MAX_US 1638375
|
||||
const AHD_TIMER_MAX_US (AHD_TIMER_MAX_TICKS * AHD_TIMER_US_PER_TICK)
|
||||
|
||||
/*
|
||||
* Downloaded (kernel inserted) constants
|
||||
|
Loading…
Reference in New Issue
Block a user