From 17320b1db49d20c3b5a25d2c355e237ae9de6cec Mon Sep 17 00:00:00 2001 From: Zbigniew Kulesza Date: Sat, 4 Jun 2022 17:19:11 +0200 Subject: [PATCH] feature 2 --- projekt_wyklad_6_freertos/main.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projekt_wyklad_6_freertos/main.c b/projekt_wyklad_6_freertos/main.c index 8c375f0..91a28ef 100644 --- a/projekt_wyklad_6_freertos/main.c +++ b/projekt_wyklad_6_freertos/main.c @@ -291,4 +291,10 @@ int main(void) //ISR(BADISR_vect) //{ // for(;;);// user code here +//} + +// komentarz 300 i 400 +//ISR(BADISR_vect) +//{ +// for(;;);// user code here //} \ No newline at end of file