1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-16 22:06:35 +03:00
ben-wpan/fw/boot/config.h

16 lines
265 B
C
Raw Normal View History

#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 */