Re: [Etherboot-developers] timer question
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ebi...@ln...> - 2003-06-12 05:09:12
|
"Timothy Legge" <tl...@ro...> writes: > Answered my own question. It looks like mdelay is milliseconds and it > is made up of 1000 udelays. Correct. mdelay is milliseconds. udelay is microseconds. It comes from the fact that the symbol for micro looks quite a bit like a u with a tail. Well that and the fact that the compiler would have a hard time if both the milli second and the micro second delays were named mdelay :) Eric |