init
This commit is contained in:
15
sw_usb_audio/shared/version.h
Normal file
15
sw_usb_audio/shared/version.h
Normal 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
|
||||
Reference in New Issue
Block a user