aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-09-30 14:17:01 +0900
committertmk <nobody@nowhere>2010-09-30 14:50:23 +0900
commitd3b1af9572e123c939fc355474bf12402c86d292 (patch)
tree5c3f18f6af2bd7ed0333b7f5ed8dd16c4fa69245 /print.c
parente7c6839d2d17dd084c8bea1dd43208b3144979d2 (diff)
downloadfirmware-d3b1af9572e123c939fc355474bf12402c86d292.tar.gz
firmware-d3b1af9572e123c939fc355474bf12402c86d292.tar.bz2
firmware-d3b1af9572e123c939fc355474bf12402c86d292.zip
add mouse function.
Diffstat (limited to 'print.c')
-rw-r--r--print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/print.c b/print.c
index 8e46decac..5395fa348 100644
--- a/print.c
+++ b/print.c
@@ -25,7 +25,6 @@
#include <avr/io.h>
#include <avr/pgmspace.h>
-
#include "print.h"
void print_P(const char *s)