rename usbd_host to usbh

This commit is contained in:
hathach
2013-02-04 12:29:50 +07:00
parent 5f8839fff8
commit 5ec56120e6
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
#include "errors.h"
#include "hid_host.h"
#include "mock_osal.h"
#include "mock_usbd_host.h"
#include "mock_usbh.h"
extern class_hid_keyboard_info_t keyboard_info_pool[TUSB_CFG_HOST_DEVICE_MAX];
+1 -1
View File
@@ -37,7 +37,7 @@
#include "unity.h"
#include "errors.h"
#include "usbd_host.h"
#include "usbh.h"
#include "mock_osal.h"
#include "mock_hcd.h"