xpd: Patched version number

This commit is contained in:
Ross Owen
2015-07-06 11:08:35 +01:00
parent a8ee3497da
commit 01a3d151dd

View File

@@ -458,7 +458,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 4
#define BCD_DEVICE_N 5
#endif
/**