1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-13 10:54:37 +03:00
ben-wpan/fw/common/config.h
Werner Almesberger 57f34270fb A new try at config.h management: moved it to ../common, along with io.h
- fw/boot/Makefile, fw/atspi/Makefile: add ../common to include path
- fw/boot/config.h, fw/atspi/io.h: moved to ../common
- fw/common/config.h: updated comment - it's no longer specific to boot.c
2010-08-19 21:57:59 -03:00

18 lines
287 B
C

#ifndef CONFIG_H
#define CONFIG_H
/*
* Platform-specific settings
*
* USB_VENDOR = Qi Hardware
* USB_PRODUCT = 802.15.4, device 0
* -- - -
*/
#define USB_VENDOR 0x20b7
#define USB_PRODUCT 0x1540
#define HW_TYPE HW_TYPE_100813
#endif /* !CONFIG_H */