1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-08-25 22:30:14 +03:00
ben-wpan/fw/boot/config.h
Werner Almesberger 00f28250c5 Added boot loader for C8051F326 (using f326xbase)
- fw/boot/Makefile: build DFU-capable bootloader from f326xbase
- fw/boot/config.h: product-specific configuration
2010-08-19 01:05:04 -03:00

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