From 761826cc5af2bef48b366d63d4953a567fa37490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Wed, 17 Jan 2018 16:18:08 +0100 Subject: [PATCH] posix_sitl_default.cmake: add template module Just to make sure it's built with CI --- cmake/configs/posix_sitl_default.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/configs/posix_sitl_default.cmake b/cmake/configs/posix_sitl_default.cmake index b81fc1e9c4..4137f23a8c 100644 --- a/cmake/configs/posix_sitl_default.cmake +++ b/cmake/configs/posix_sitl_default.cmake @@ -180,6 +180,9 @@ set(config_module_list # https://px4.io/dev/example_fixedwing_control examples/fixedwing_control + # Template Module + templates/module + # Hardware test #examples/hwtest )