mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 01:27:35 +08:00
Fix code style / typos in uORB
This commit is contained in:
@@ -133,6 +133,8 @@ int orb_publish_auto(const struct orb_metadata *meta, orb_advert_t *handle, cons
|
||||
} else {
|
||||
return orb_publish(meta, handle, data);
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -203,7 +203,7 @@ extern orb_advert_t orb_advertise_multi(const struct orb_metadata *meta, const v
|
||||
* @return zero on success, error number on failure
|
||||
*/
|
||||
extern int orb_publish_auto(const struct orb_metadata *meta, orb_advert_t *handle, const void *data, int *instance,
|
||||
int priority)
|
||||
int priority);
|
||||
|
||||
/**
|
||||
* Publish new data to a topic.
|
||||
|
||||
Reference in New Issue
Block a user