Added 6.21 to changelog (BCD_DEVICE bump)

This commit is contained in:
Ross Owen
2016-10-05 12:56:25 +01:00
parent ad791c2806
commit 24e79e4c22
2 changed files with 6 additions and 2 deletions

View File

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