Hi, I am working on KL25z128, and USB V4.03, after I import example project "USB_HID_MOUSE_DEVICE_MQX_Lite_MKL25Z128_PEx"
and complie it, I got a error :
C:/CW_10_4_workplace/USB_HID_MOUSE_DEVICE_MQX_Lite_MKL25Z128_PEx/Generated_Code/types.h:61:25: error: conflicting types for 'boolean'
does any one have same problem?
Or, does anyone succeeful import and run this project
Thanks a lot
Solved! Go to Solution.
Hi Changfu,
I would recommend customer to use the latest USB Stack V4.1.1:
Please let me know if you still meet problem with the latest USB stack.
Wish it helps.
Hi Changfu,
I would recommend customer to use the latest USB Stack V4.1.1:
Please let me know if you still meet problem with the latest USB stack.
Wish it helps.
Tanks, after I change to V4.11, they are working fine, even still has many warning, and I //#endif in usb_descriptor.h at line 509
Thanks a lot