mirror of
https://github.com/pret/berry-fix.git
synced 2026-04-24 15:07:17 -05:00
Add missing EOF newlines
This commit is contained in:
parent
b03c802e01
commit
de7b85fd56
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -383,4 +383,4 @@ void BerryFix_TryFixDate(void)
|
|||
RtcSetDateTime(&sRtcInfoWork);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -455,4 +455,4 @@ static void EnableGpioPortRead()
|
|||
static void DisableGpioPortRead()
|
||||
{
|
||||
GPIO_PORT_READ_ENABLE = FALSE;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user