BCD_DEVICE_N 0 -> 1

This commit is contained in:
Ross Owen
2015-12-09 13:23:11 +00:00
parent 216e8e3eee
commit 9e0e98c106

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 0
#define BCD_DEVICE_N 1
#endif
/**