X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol%2Fps2_interrupt.c;h=259d2540075d79531cfc8d25d77d36c9f55aab78;hb=e81c70149ecf73256f8bb7d77cefc07f2b91d2be;hp=355d4e8256c2a8cff8acd3f2fa498fe8d578b5bb;hpb=4eb27ee89038e934dcb498df7508199efd9c93f1;p=max%2Ftmk_keyboard.git diff --git a/protocol/ps2_interrupt.c b/protocol/ps2_interrupt.c index 355d4e82..259d2540 100644 --- a/protocol/ps2_interrupt.c +++ b/protocol/ps2_interrupt.c @@ -40,9 +40,10 @@ POSSIBILITY OF SUCH DAMAGE. */ #include +#include #include #include "ps2.h" -#include "debug.h" +#include "print.h" #define WAIT(stat, us, err) do { \ @@ -241,7 +242,7 @@ static inline void pbuf_enqueue(uint8_t data) pbuf[pbuf_head] = data; pbuf_head = next; } else { - debug("pbuf: full\n"); + print("pbuf: full\n"); } SREG = sreg; }