projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Encoding.
[hackover2013-badge-firmware.git]
/
core
/
usbhid-rom
/
usbhid.c
diff --git
a/core/usbhid-rom/usbhid.c
b/core/usbhid-rom/usbhid.c
index
ce53742
..
fcbf7f2
100644
(file)
--- a/
core/usbhid-rom/usbhid.c
+++ b/
core/usbhid-rom/usbhid.c
@@
-44,9
+44,9
@@
#include "usbhid.h"
-USB_DEV_INFO DeviceInfo;
-HID_DEVICE_INFO HidDevInfo;
-ROM ** rom = (ROM **)0x1fff1ff8;
+
static
USB_DEV_INFO DeviceInfo;
+
static
HID_DEVICE_INFO HidDevInfo;
+
static
ROM ** rom = (ROM **)0x1fff1ff8;
typedef struct usbhid_out_s
{
This page took
0.025757 seconds
and
4
git commands to generate.