From 4872607c76f8c1b7eb2ecb9275ac443bf3ecb189 Mon Sep 17 00:00:00 2001 From: hamx Date: Sat, 11 Jan 2025 22:53:26 +0100 Subject: [PATCH] =?UTF-8?q?=C5=BCeby=20si=C4=99=20mie=C5=9Bci=C5=82o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.c b/main.c index 72ea9d7..d5f7282 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,5 @@ #include #include - #pragma config FOSC = HS // Oscillator Selection bits #pragma config WDTE = OFF // Watchdog Timer Enable bit #pragma config PWRTE = OFF // Power-up Timer Enable bit @@ -8,7 +7,6 @@ #pragma config BOREN = OFF // Brown-out Reset Enable bit #define LENGTH 8 - unsigned int sum = 0; // Suma liczb 8-bitowych, zapisana w zmiennej 16-bitowej unsigned char rest = 0; unsigned int result = 0;