This commit is contained in:
Dan-guanghua
2025-12-17 14:52:55 +08:00
parent 55661799d8
commit a68a61312b
17 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -6,11 +6,11 @@
#define BCD_DEVICE_J (1)
#endif
#ifndef BCD_DEVICE_M
#define BCD_DEVICE_M (1)
#define BCD_DEVICE_M (2)
#endif
#ifndef BCD_DEVICE_N
#if defined (STEREO_2K)
#define BCD_DEVICE_N (0xc)
#define BCD_DEVICE_N (0x0A)
#else
#define BCD_DEVICE_N (3)
#endif