mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-01-10 23:10:14 +02:00
atusb/fw/common/config.h: corrected BOARD_xxx names in #if defined()
This commit is contained in:
parent
8f2dbf73f0
commit
d5f7820329
@ -39,12 +39,12 @@
|
|||||||
|
|
||||||
/* ----- Application configuration ----------------------------------------- */
|
/* ----- Application configuration ----------------------------------------- */
|
||||||
|
|
||||||
#if defined(BOARD_1008xx)
|
#if defined(BOARD_100813)
|
||||||
#define HW_TYPE HW_TYPE_100813
|
#define HW_TYPE HW_TYPE_100813
|
||||||
#elif defined(BOARD_1012xx)
|
#elif defined(BOARD_101216)
|
||||||
#define HW_TYPE HW_TYPE_101216
|
#define HW_TYPE HW_TYPE_101216
|
||||||
#else
|
#else
|
||||||
#error must define BOARD_1008xx or BOARD_1012xx
|
#error must define BOARD_100813 or BOARD_101216
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* !CONFIG_H */
|
#endif /* !CONFIG_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user