mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-06 06:03:10 +02:00
16 lines
265 B
C
16 lines
265 B
C
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
/*
|
||
|
* Platform-specific settings for boot.c
|
||
|
*
|
||
|
* USB_VENDOR = Qi Hardware
|
||
|
* USB_PRODUCT = 802.15.4, device 0
|
||
|
* -- - -
|
||
|
*/
|
||
|
|
||
|
#define USB_VENDOR 0x20b7
|
||
|
#define USB_PRODUCT 0x1540
|
||
|
|
||
|
#endif /* !CONFIG_H */
|