perform startup delay also during TIA

This commit is contained in:
Philippe Teuwen 2019-10-15 18:07:24 +02:00
commit bf3ae7f007
4 changed files with 8 additions and 12 deletions

View file

@ -69,7 +69,7 @@ static void ConfigClocks(void) {
(1 << AT91C_ID_PWMC) |
(1 << AT91C_ID_UDP);
mck_from_slck_to_pll(true);
mck_from_slck_to_pll();
}
static void Fatal(void) {