aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_att_control
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-05-09 09:20:08 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-05-09 09:20:08 +0200
commit88194c597132b5590be8ea02711f28e4ca4c6598 (patch)
tree4ab074a8e5caa425b7a93ab7dcf628fe0568d826 /src/modules/fw_att_control
parentdf7d5959995121f4da638292a5318a770c10724f (diff)
downloadpx4-firmware-88194c597132b5590be8ea02711f28e4ca4c6598.tar.gz
px4-firmware-88194c597132b5590be8ea02711f28e4ca4c6598.tar.bz2
px4-firmware-88194c597132b5590be8ea02711f28e4ca4c6598.zip
Remove noreturn attribute from all apps that actually can return
Diffstat (limited to 'src/modules/fw_att_control')
-rw-r--r--src/modules/fw_att_control/fw_att_control_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/fw_att_control/fw_att_control_main.cpp b/src/modules/fw_att_control/fw_att_control_main.cpp
index 5276b1c13..a40c402d6 100644
--- a/src/modules/fw_att_control/fw_att_control_main.cpp
+++ b/src/modules/fw_att_control/fw_att_control_main.cpp
@@ -273,7 +273,7 @@ private:
/**
* Main sensor collection task.
*/
- void task_main() __attribute__((noreturn));
+ void task_main();
};
namespace att_control