summaryrefslogtreecommitdiff
path: root/tinyusb/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-01-27 13:16:30 +0700
committerhathach <[email protected]>2013-01-27 13:16:30 +0700
commitf613c32422a9b1815785d38427d3096a97bd3457 (patch)
tree3fe73f5f4d3222d03f26e906399c59bdff137e4b /tinyusb/class
parenta22cfb2dee31e437ca43351e705b60e143f169d6 (diff)
add STATIC for local variables
Diffstat (limited to 'tinyusb/class')
-rw-r--r--tinyusb/class/hid_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/hid_host.c b/tinyusb/class/hid_host.c
index a22c97407..645d60ac0 100644
--- a/tinyusb/class/hid_host.c
+++ b/tinyusb/class/hid_host.c
@@ -53,7 +53,7 @@
//--------------------------------------------------------------------+
// INTERNAL OBJECT & FUNCTION DECLARATION
//--------------------------------------------------------------------+
-class_hid_keyboard_info_t keyboard_info_pool[TUSB_CFG_HOST_DEVICE_MAX];
+STATIC_ class_hid_keyboard_info_t keyboard_info_pool[TUSB_CFG_HOST_DEVICE_MAX];
//--------------------------------------------------------------------+