xpd: Patched version number

This commit is contained in:
Ross Owen
2015-03-04 16:10:04 +00:00
parent 0796ecb86e
commit a28fccdcb7
2 changed files with 16 additions and 4 deletions

View File

@@ -462,7 +462,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_N
#define BCD_DEVICE_N 0
#define BCD_DEVICE_N 1
#endif
/**