]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Gpio/Gpio.c
Added DebugAgentTimerLib. Cleaned up .h files and other code.
[mirror_edk2.git] / Omap35xxPkg / Gpio / Gpio.c
index 107c93916a32d7c226e14a018b625035d861f3f4..83bbe5b1105168bf7f79382e40bdf04a1472b1fc 100644 (file)
@@ -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;