Add missing EOF newlines

This commit is contained in:
GriffinR 2022-01-15 15:07:29 -05:00
parent b03c802e01
commit de7b85fd56
3 changed files with 3 additions and 3 deletions

View File

@ -345,4 +345,4 @@ static void Debug_LoadDigits(void)
DmaFill16(3, 0x1111, (void *)VRAM + 0x8420, 0x1800);
DmaCopy32(3, sDebugDigitsGfx, (void *)VRAM + 0x8600, 0x200);
Debug_LoadDigitsPal();
}
}

View File

@ -383,4 +383,4 @@ void BerryFix_TryFixDate(void)
RtcSetDateTime(&sRtcInfoWork);
}
}
}
}

View File

@ -455,4 +455,4 @@ static void EnableGpioPortRead()
static void DisableGpioPortRead()
{
GPIO_PORT_READ_ENABLE = FALSE;
}
}