fix(usb_descriptor): Let the rad1o be a hack-rf on the usb for now

This commit is contained in:
Tobias Schneider
2015-06-09 14:08:57 +02:00
parent 418423bb7c
commit fb219b6f86

View File

@ -26,7 +26,7 @@
#define USB_VENDOR_ID (0x1D50) #define USB_VENDOR_ID (0x1D50)
#ifdef HACKRF_ONE #if (defined HACKRF_ONE || defined RAD1O)
#define USB_PRODUCT_ID (0x6089) #define USB_PRODUCT_ID (0x6089)
#elif JAWBREAKER #elif JAWBREAKER
#define USB_PRODUCT_ID (0x604B) #define USB_PRODUCT_ID (0x604B)