Seed PRNG at the top of main. Remove redundant printf

This commit is contained in:
Imbus 2025-02-13 00:37:32 +01:00
parent 31611dc9dc
commit e6e63f2d32

3
main.c
View file

@ -26,8 +26,7 @@ void enter_blink() {
int main() {
SystemInit();
printf("Entering...\n");
sprand(0);
funGpioInitAll();
funPinMode(LED_PIN, GPIO_Speed_10MHz | GPIO_CNF_OUT_PP);