From 257021229a5cef470e135172cd10cdd955607538 Mon Sep 17 00:00:00 2001 From: Zbigniew Kulesza Date: Fri, 3 Jun 2022 16:29:04 +0200 Subject: [PATCH] edycja main 4 --- 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 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 +//} +