Merge branch 'MAINTAIN_6v11'

This commit is contained in:
Ross Owen
2015-04-08 11:47:16 +01:00
4 changed files with 7 additions and 2 deletions

View File

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