6.21.0 -> 6.30.0 inline with sw_usb_audio
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user