BCD_DEVICE version bump

This commit is contained in:
Ross Owen
2016-08-02 16:19:38 -04:00
parent 084863d720
commit c67f5e454d
5 changed files with 52 additions and 9 deletions

View File

@@ -475,7 +475,7 @@
* @brief Device firmware version number in Binary Coded Decimal format: 0xJJMN where JJ: major, M: minor, N: sub-minor version number.
*/
#ifndef BCD_DEVICE_M
#define BCD_DEVICE_M 18
#define BCD_DEVICE_M 19
#endif
/**
@@ -1146,6 +1146,7 @@ enum USBEndpointNumber_In
enum USBEndpointNumber_Out
{
ENDPOINT_NUMBER_OUT_CONTROL, /* Endpoint 0 */
XXXX,
ENDPOINT_NUMBER_OUT_AUDIO,
#ifdef MIDI
ENDPOINT_NUMBER_OUT_MIDI,