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