Accelerometer-based velocity values are invalid after apogee
[fw/altos] / ao_dbg.c
index 2ee33b71c26084130c165a00c980fe9373cf2c50..8a11a444a786c7c9058098cc48b4210282ea04c0 100644 (file)
--- a/ao_dbg.c
+++ b/ao_dbg.c
@@ -32,10 +32,6 @@ ao_dbg_send_bits(uint8_t msk, uint8_t val)
        _asm
                nop
                nop
-               nop
-               nop
-               nop
-               nop
        _endasm;
 }
 
@@ -291,7 +287,7 @@ debug_get(void)
 static uint8_t
 getnibble(void)
 {
-       __xdata uint8_t c;
+       __xdata char    c;
 
        c = getchar();
        if ('0' <= c && c <= '9')