simple version

This commit is contained in:
Dan-guanghua
2025-12-17 11:56:02 +08:00
parent a1c242d147
commit ebe8f1249e
4 changed files with 18 additions and 10 deletions

View File

@@ -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