aboutsummaryrefslogtreecommitdiff
path: root/msg
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-12-08 15:48:44 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-12-08 15:48:44 +0100
commitafa835744cbef667279913bbf79a0c4697a5ec8d (patch)
tree5ec8db503ebf6601d2284e2f1a76e68bb8ba2fd2 /msg
parentfe6663ad9aa0a5fdb18e2ce3e23dd57d47ae8569 (diff)
downloadpx4-firmware-afa835744cbef667279913bbf79a0c4697a5ec8d.tar.gz
px4-firmware-afa835744cbef667279913bbf79a0c4697a5ec8d.tar.bz2
px4-firmware-afa835744cbef667279913bbf79a0c4697a5ec8d.zip
remove unnecessary type in msg.h template
Diffstat (limited to 'msg')
-rw-r--r--msg/templates/msg.h.template3
1 files changed, 1 insertions, 2 deletions
diff --git a/msg/templates/msg.h.template b/msg/templates/msg.h.template
index 84dea37a3..5fce506b6 100644
--- a/msg/templates/msg.h.template
+++ b/msg/templates/msg.h.template
@@ -104,8 +104,7 @@ type_map = {'int8': 'int8_t',
'uint32': 'uint32_t',
'uint64': 'uint64_t',
'float32': 'float',
- 'bool': 'bool',
- 'actuator_controls': 'actuator_controls'}
+ 'bool': 'bool'}
# Function to print a standard ros type
def print_field_def(field):