Revert "BCD_DEVICE version bump"

This reverts commit c67f5e454d.
This commit is contained in:
Ross Owen
2016-08-02 18:08:35 -04:00
parent c67f5e454d
commit c49133723e
5 changed files with 9 additions and 52 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 19
#define BCD_DEVICE_M 18
#endif
/**
@@ -1146,7 +1146,6 @@ enum USBEndpointNumber_In
enum USBEndpointNumber_Out
{
ENDPOINT_NUMBER_OUT_CONTROL, /* Endpoint 0 */
XXXX,
ENDPOINT_NUMBER_OUT_AUDIO,
#ifdef MIDI
ENDPOINT_NUMBER_OUT_MIDI,