1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-01 03:18:54 +03:00

atusb/fw/common/config.h: corrected BOARD_xxx names in #if defined()

This commit is contained in:
Werner Almesberger 2010-12-19 21:19:16 -03:00
parent 8f2dbf73f0
commit d5f7820329

View File

@ -39,12 +39,12 @@
/* ----- Application configuration ----------------------------------------- */
#if defined(BOARD_1008xx)
#if defined(BOARD_100813)
#define HW_TYPE HW_TYPE_100813
#elif defined(BOARD_1012xx)
#elif defined(BOARD_101216)
#define HW_TYPE HW_TYPE_101216
#else
#error must define BOARD_1008xx or BOARD_1012xx
#error must define BOARD_100813 or BOARD_101216
#endif
#endif /* !CONFIG_H */