xpd: Patched version number

This commit is contained in:
Ross Owen
2014-08-15 12:59:26 +01:00
parent a9259412bd
commit f2b688b4cb
2 changed files with 4 additions and 16 deletions

View File

@@ -393,7 +393,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 1
#define BCD_DEVICE_N 2
#endif
/**