BCD_DEVICE version bump

This commit is contained in:
Ross Owen
2016-05-12 13:00:18 +01:00
parent 5f2fec1d2a
commit 563763bceb

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
/**