6.21.0 -> 6.30.0 inline with sw_usb_audio

This commit is contained in:
Ross Owen
2016-10-05 14:37:46 +01:00
parent 24e79e4c22
commit 17e27a8c09
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
sc_usb_audio Change Log
=======================
6.21.0
6.30.0
------
- RESOLVED: PDM microphone clock divide now based MCLK defines (previously hard-coded)

View File

@@ -475,14 +475,14 @@
* @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 20
#define BCD_DEVICE_M 30
#endif
/**
* @brief Device firmware version number in Binary Coded Decimal format: 0xJJMN where JJ: major, M: minor, N: sub-minor version number.
*/
#ifndef BCD_DEVICE_N
#define BCD_DEVICE_N 1
#define BCD_DEVICE_N 0
#endif
/**