audk/EmbeddedPkg/MetronomeDxe
oliviermartin c9bf2a9e2d EmbeddedPkg/Metronome.c: Fix delay computed by WaitForTick() function.
Before the tick period used by the Metronome was hardcoded to 100.
This has been changed since but WaitForTick() function was still relying
on this hardcoded value to compute the number of milliseconds to stall
the CPU.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14172 6f19259b-4bc3-4df7-8a09-765794883524
2013-03-12 00:38:15 +00:00
..
Metronome.c EmbeddedPkg/Metronome.c: Fix delay computed by WaitForTick() function. 2013-03-12 00:38:15 +00:00
MetronomeDxe.inf EmbeddedPkg/MetronomeDxe: Replaced hardcoded Tick Period by PcdMetronomeTickPeriod 2012-07-04 20:13:48 +00:00