15 lines
263 B
C
15 lines
263 B
C
// 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 |