diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-05-27 23:37:48 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-05-27 23:37:48 -0400 |
commit | cf068bc0ac946391c940a79ee2e55e1ff87eb79a (patch) | |
tree | 8cb20d1fe41bfdc41fc7a721ee6cdb98cf6a104b /libmaple | |
parent | c487a9f330c5b27f00bd695466df711ec2caa8eb (diff) | |
download | librambutan-cf068bc0ac946391c940a79ee2e55e1ff87eb79a.tar.gz librambutan-cf068bc0ac946391c940a79ee2e55e1ff87eb79a.zip |
[for AJ] added new HardwareUsb implementation. hack.
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/usb/usb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmaple/usb/usb.h b/libmaple/usb/usb.h index e76772e..ac8dc40 100644 --- a/libmaple/usb/usb.h +++ b/libmaple/usb/usb.h @@ -1,7 +1,7 @@ /* insert license */ -#ifndef __USB_H_ -#define __USB_H_ +#ifndef __USB_H +#define __USB_H #include "usb_lib.h" |