fix ros header template

This commit is contained in:
Thomas Gubler 2015-01-23 14:38:53 +01:00
parent f55832a370
commit 1ab9ec5811
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ topic_name = spec.short_name
@##############################
@# Generic Includes
@##############################
#include <uORB/topics/@(topic_name).h>
#include "px4/@(topic_name).h"
#include "platforms/px4_message.h"
@##############################