xpd: Patched version number

This commit is contained in:
Sam Chesney
2014-10-22 14:59:34 +01:00
parent cfb74449d3
commit 75d5b0d457
4 changed files with 13 additions and 25 deletions

View File

@@ -406,7 +406,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 9
#define BCD_DEVICE_M 10
#endif
/**