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.h | |
parent | e7c6839d2d17dd084c8bea1dd43208b3144979d2 (diff) |
add mouse function.
Diffstat (limited to 'print.h')
-rw-r--r-- | print.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -#ifndef print_h__ -#define print_h__ +#ifndef PRINT_H__ +#define PRINT_H__ 1 #include <avr/pgmspace.h> #include "usb_debug.h" |