diff --git a/projekt_wyklad_6_freertos/main.c b/projekt_wyklad_6_freertos/main.c index 9ac1332..918deef 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 3 i 4 oraz 5 +//ISR(BADISR_vect) +//{ +// for(;;);// user code here +//} \ No newline at end of file