simple version
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
#define BCD_DEVICE_M (1)
|
||||
#endif
|
||||
#ifndef BCD_DEVICE_N
|
||||
#define BCD_DEVICE_N (0)
|
||||
#if defined (STEREO_2K)
|
||||
#define BCD_DEVICE_N (1)
|
||||
#else
|
||||
#define BCD_DEVICE_N (2)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user