add STATIC for local variables

This commit is contained in:
hathach
2013-01-27 13:16:30 +07:00
parent a22cfb2dee
commit f613c32422
3 changed files with 10 additions and 3 deletions

View File

@@ -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];
//--------------------------------------------------------------------+