manual BCD_DEVICE bump (6.3.2 to 6.3.3)

This commit is contained in:
Ross Owen
2014-01-17 11:28:56 +00:00
parent 833be5511e
commit 4bdb00388e

View File

@@ -250,7 +250,7 @@
/* Device release number in BCD: 0xJJMN */
#define BCD_DEVICE_J 6
#define BCD_DEVICE_M 3
#define BCD_DEVICE_N 2
#define BCD_DEVICE_N 3
#ifndef BCD_DEVICE
#define BCD_DEVICE ((BCD_DEVICE_J << 8) | ((BCD_DEVICE_M & 0xF) << 4) | (BCD_DEVICE_N & 0xF))