xpd: Patched version number

This commit is contained in:
Ross Owen
2014-12-12 13:19:10 +00:00
parent e89071499f
commit 975e7efc42
3 changed files with 8 additions and 23 deletions

View File

@@ -104,7 +104,7 @@
/**
* @brief Channels per I2S frame. *
*
* Default: 2 i.e standard stereo I2S (8 if using TDM i.e. I2S_MODE_TDM).
* Default: 2 i.e standard stereo I2S (8 if using TDM i.e. I2S_MODE_TDM).
*
**/
#ifndef I2S_CHANS_PER_FRAME
@@ -430,7 +430,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 10
#define BCD_DEVICE_M 11
#endif
/**