Unit test does not have a board_config.h

This commit is contained in:
David Sidrane
2017-01-20 05:44:13 -10:00
committed by Lorenz Meier
parent 9665db3efc
commit feb76b4649
+3 -1
View File
@@ -48,5 +48,7 @@
#elif defined (__PX4_POSIX)
# include <system_config.h>
# include <board_config.h>
# if !defined(__PX4_UNIT_TESTS)
# include <board_config.h>
# endif
#endif