From 43263288dd20d9c9d1c1426010c7ea00a6eaeeef Mon Sep 17 00:00:00 2001 From: andrewfish Date: Sat, 3 Apr 2010 00:34:19 +0000 Subject: Added DebugAgentTimerLib. Cleaned up .h files and other code. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10332 6f19259b-4bc3-4df7-8a09-765794883524 --- Omap35xxPkg/Gpio/Gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omap35xxPkg/Gpio') diff --git a/Omap35xxPkg/Gpio/Gpio.c b/Omap35xxPkg/Gpio/Gpio.c index 107c93916a..83bbe5b110 100644 --- a/Omap35xxPkg/Gpio/Gpio.c +++ b/Omap35xxPkg/Gpio/Gpio.c @@ -43,7 +43,7 @@ Get ( DataInRegister = GpioBase(Port) + GPIO_DATAIN; - if (MmioRead32(DataInRegister) & GPIO_DATAIN_MASK(Pin)) { + if (MmioRead32 (DataInRegister) & GPIO_DATAIN_MASK(Pin)) { *Value = 1; } else { *Value = 0; -- cgit v1.2.3