diff options
Diffstat (limited to 'tmk_core/protocol/xt_interrupt.c')
| -rw-r--r-- | tmk_core/protocol/xt_interrupt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/xt_interrupt.c b/tmk_core/protocol/xt_interrupt.c index 3823bbd3a..8276f96cd 100644 --- a/tmk_core/protocol/xt_interrupt.c +++ b/tmk_core/protocol/xt_interrupt.c | |||
| @@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
| 41 | #include <util/delay.h> | 41 | #include <util/delay.h> |
| 42 | #include "xt.h" | 42 | #include "xt.h" |
| 43 | #include "wait.h" | 43 | #include "wait.h" |
| 44 | #include "print.h" | 44 | #include "debug.h" |
| 45 | 45 | ||
| 46 | static inline uint8_t pbuf_dequeue(void); | 46 | static inline uint8_t pbuf_dequeue(void); |
| 47 | static inline void pbuf_enqueue(uint8_t data); | 47 | static inline void pbuf_enqueue(uint8_t data); |
| @@ -138,7 +138,7 @@ static inline void pbuf_enqueue(uint8_t data) | |||
| 138 | pbuf[pbuf_head] = data; | 138 | pbuf[pbuf_head] = data; |
| 139 | pbuf_head = next; | 139 | pbuf_head = next; |
| 140 | } else { | 140 | } else { |
| 141 | print("pbuf: full\n"); | 141 | dprintf("pbuf: full\n"); |
| 142 | } | 142 | } |
| 143 | SREG = sreg; | 143 | SREG = sreg; |
| 144 | } | 144 | } |
