Workaround: don't stop timer during debugging to prevent lockup while sleeping.

This commit is contained in:
2024-05-16 21:43:43 +02:00
parent bf0f63032e
commit 32c0865e32

1
main.c
View File

@@ -57,6 +57,7 @@ void mfrc522_integration_init(void)
int main(void)
{
timer_hw->dbgpause = 0;
stdio_init_all();
sleep_ms(2500);