Browse Source

uorb: came across a wrong comment

sbg
Julian Oes 9 years ago
parent
commit
5a262ec6bc
  1. 2
      src/modules/uORB/uORB.h

2
src/modules/uORB/uORB.h

@ -200,7 +200,7 @@ extern int orb_unsubscribe(int handle) __EXPORT; @@ -200,7 +200,7 @@ extern int orb_unsubscribe(int handle) __EXPORT;
extern int orb_copy(const struct orb_metadata *meta, int handle, void *buffer) __EXPORT;
/**
* @see uORB::Manager::orb_advertise()
* @see uORB::Manager::orb_check()
*/
extern int orb_check(int handle, bool *updated) __EXPORT;

Loading…
Cancel
Save