xpd: Patched version number

This commit is contained in:
Ross Owen
2017-08-07 16:21:13 +01:00
parent b1ec4c2351
commit 25653fc080
2 changed files with 13 additions and 1 deletions

View File

@@ -532,7 +532,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
/**