]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/con-utils.c
Enable pullups on all gpio pins. cleanup
[z180-stamp.git] / avr / con-utils.c
index b8017ed4f7f70a1528ef2e747f1d5d645efb5925..f4023ff4e896be07ddbb7965a3682abfab026cae 100644 (file)
@@ -15,7 +15,7 @@ uint_fast8_t tstc(void)
 int my_getchar(uint_fast8_t waitforchar)
 {
        int c;
-       
+
        do {
                bg_shed();
                c = serial_getc();
@@ -92,4 +92,3 @@ void clear_ctrlc(void)
 {
        ctrlc_was_pressed = 0;
 }
-