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
@@ -51,7 +51,7 @@
#include "common/common.h"
#ifdef TUSB_CFG_HOST
#include "host/usbd_host.h"
#include "host/usbh.h"
#ifdef HOST_CLASS_HID
#include "class/hid_host.h"