faster baudrate for pkernel
[pyfrprog.git] / pkernel / main.c
index 8852877433a882dc458d29d55851a5aea253f1d2..20334cda7c8d435e042866d25b564e869aa68d76 100644 (file)
@@ -55,8 +55,6 @@ void main(void)
        unsigned short i, size, next;
        unsigned char running = 1, data[BUFSIZE] = {0};
        
-       PORTEN = 0x3; /* enable I/O Ports */
-
        /*Enable LEDs*/
        DDR14 = 0xFF;
        PDR14 = 0xff;