diff --git a/projekt_wyklad_6_freertos/main.c b/projekt_wyklad_6_freertos/main.c index f677ea9..e2db0fb 100644 --- a/projekt_wyklad_6_freertos/main.c +++ b/projekt_wyklad_6_freertos/main.c @@ -263,6 +263,13 @@ int main(void) } +//ISR(BADISR_vect) +//{ +// for(;;);// user code here +//} + + + //ISR(BADISR_vect) //{ // for(;;);// user code here