This commit is contained in:
Thomas Gubler
2014-12-30 11:15:46 +01:00
parent 4c51121079
commit 824446bf2f

View File

@@ -78,7 +78,7 @@
/* Parameter handle datatype */
typedef const char *px4_param_t;
/* Helper fucntions to set ROS params, only int and float supported */
/* Helper functions to set ROS params, only int and float supported */
static inline px4_param_t PX4_ROS_PARAM_SET(const char *name, int value)
{
ros::param::set(name, value);