Update bebop configuration and use parameters

This commit is contained in:
Michael Schaeuble
2016-06-19 16:55:06 +02:00
committed by Lorenz Meier
parent cc0d28e59b
commit 83ec092b46
3 changed files with 8 additions and 8 deletions
+2
View File
@@ -162,6 +162,8 @@ __END_DECLS
#define PX4_ROOTFSDIR
#elif defined(__PX4_POSIX_EAGLE)
#define PX4_ROOTFSDIR "/home/linaro"
#elif defined(__PX4_POSIX_BEBOP)
#define PX4_ROOTFSDIR "/home/root"
#else
#define PX4_ROOTFSDIR "rootfs"
#endif