diff options
| author | tmk <nobody@nowhere> | 2010-09-30 14:17:01 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2010-09-30 14:50:23 +0900 |
| commit | d3b1af9572e123c939fc355474bf12402c86d292 (patch) | |
| tree | 5c3f18f6af2bd7ed0333b7f5ed8dd16c4fa69245 /print.c | |
| parent | e7c6839d2d17dd084c8bea1dd43208b3144979d2 (diff) | |
| download | qmk_firmware-d3b1af9572e123c939fc355474bf12402c86d292.tar.gz qmk_firmware-d3b1af9572e123c939fc355474bf12402c86d292.zip | |
add mouse function.
Diffstat (limited to 'print.c')
| -rw-r--r-- | print.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -25,7 +25,6 @@ | |||
| 25 | 25 | ||
| 26 | #include <avr/io.h> | 26 | #include <avr/io.h> |
| 27 | #include <avr/pgmspace.h> | 27 | #include <avr/pgmspace.h> |
| 28 | |||
| 29 | #include "print.h" | 28 | #include "print.h" |
| 30 | 29 | ||
| 31 | void print_P(const char *s) | 30 | void print_P(const char *s) |
