diff --git a/projekt_wyklad_6_freertos/main.c b/projekt_wyklad_6_freertos/main.c index d58068f..092ad2e 100644 --- a/projekt_wyklad_6_freertos/main.c +++ b/projekt_wyklad_6_freertos/main.c @@ -275,3 +275,8 @@ int main(void) // for(;;);// user code here //} +// komentarz 2 +//ISR(BADISR_vect) +//{ +// for(;;);// user code here +//}