diff --git a/projekt_wyklad_6_freertos/main.c b/projekt_wyklad_6_freertos/main.c index 9ac1332..8c375f0 100644 --- a/projekt_wyklad_6_freertos/main.c +++ b/projekt_wyklad_6_freertos/main.c @@ -286,3 +286,9 @@ int main(void) //{ // for(;;);// user code here //} + +// komentarz 30 i 40 +//ISR(BADISR_vect) +//{ +// for(;;);// user code here +//} \ No newline at end of file