BCD_DEVICE_N 2 -> 1

This commit is contained in:
Ross Owen
2016-03-10 17:20:21 +00:00
parent 62fa0a6d84
commit 01c1f92cb4

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