diff --git a/projekt_wyklad_6_freertos/main.c b/projekt_wyklad_6_freertos/main.c index 0947a12..d58068f 100644 --- a/projekt_wyklad_6_freertos/main.c +++ b/projekt_wyklad_6_freertos/main.c @@ -269,3 +269,9 @@ int main(void) //} // komentarz + +//ISR(BADISR_vect) +//{ +// for(;;);// user code here +//} +