This commit is contained in:
Steven Dan
2025-12-11 09:43:42 +08:00
commit d8b2974133
1822 changed files with 280037 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
// Shared version number for all reference designs
#if defined (PHATEN_GSV2)
#ifndef BCD_DEVICE_J
#define BCD_DEVICE_J (1)
#endif
#ifndef BCD_DEVICE_M
#define BCD_DEVICE_M (1)
#endif
#ifndef BCD_DEVICE_N
#define BCD_DEVICE_N (0)
#endif
#endif