Skip to content
Snippets Groups Projects
Commit 824446bf authored by Thomas Gubler's avatar Thomas Gubler
Browse files

typo

parent 4c511210
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment