Fixed incorrect PID value being used in the USBtoSerial project (thanks to Phill).

This commit is contained in:
Dean Camera
2009-05-20 14:50:26 +00:00
parent 59becad82f
commit b3a4d8512b
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -25,6 +25,7 @@
* - Removed STREAM_CALLBACK() macro - callbacks now use regular function definitions to clarify user code
* - Removed DESCRIPTOR_COMPARATOR() macro - comparators should now use regular function definitions to clarify user code
* - USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed
* - Fixed incorrect PID value being used in the USBtoSerial project (thanks to Phill)
*
*
* \section Sec_ChangeLog090510 Version 090510