BCD_DEVICE_N version bump

This commit is contained in:
Ross Owen
2016-02-09 15:34:02 +00:00
parent d4d6e2ef92
commit e588f4be6a

View File

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