Browse Source

FlightTask: fix doxygen comment /**< instead of /*<

sbg
Matthias Grob 7 years ago committed by Beat Küng
parent
commit
2dd61f71d1
  1. 2
      src/lib/FlightTasks/tasks/FlightTask.hpp

2
src/lib/FlightTasks/tasks/FlightTask.hpp

@ -89,7 +89,7 @@ public: @@ -89,7 +89,7 @@ public:
};
protected:
static constexpr uint64_t _timeout = 500000; /*< maximal time in us before a loop or data times out */
static constexpr uint64_t _timeout = 500000; /**< maximal time in us before a loop or data times out */
float _time = 0; /**< passed time in seconds since the task was activated */
float _deltatime = 0; /**< passed time in seconds since the task was last updated */

Loading…
Cancel
Save