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;