Crazyflie uses the board common interface to provide board name

Removed #ifdef in version.h
This commit is contained in:
David Sidrane
2016-11-01 10:22:48 -10:00
committed by Lorenz Meier
parent ab43baa02d
commit d77e107e31
-2
View File
@@ -63,8 +63,6 @@ __END_DECLS
# define HW_ARCH "RPI"
#elif defined(CONFIG_ARCH_BOARD_BEBOP)
# define HW_ARCH "BEBOP"
#elif defined(CONFIG_ARCH_BOARD_CRAZYFLIE)
# define HW_ARCH "CRAZYFLIE"
#else
#define HW_ARCH (board_name())
#endif