rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
This commit is contained in:
		| @@ -26,7 +26,7 @@ | ||||
|  | ||||
| #include "tusb_option.h" | ||||
|  | ||||
| #if TUSB_OPT_DEVICE_ENABLED | ||||
| #if CFG_TUD_ENABLED | ||||
|  | ||||
| #include "tusb.h" | ||||
| #include "device/usbd.h" | ||||
|   | ||||
| @@ -26,7 +26,7 @@ | ||||
|  | ||||
| #include "tusb_option.h" | ||||
|  | ||||
| #if TUSB_OPT_DEVICE_ENABLED | ||||
| #if CFG_TUD_ENABLED | ||||
|  | ||||
| #include "tusb.h" | ||||
| #include "device/usbd_pvt.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach