Merge pull request #2116 from PX4/ros_perf_counter_return

ros perf counter dummy: fix warning about missing return
This commit is contained in:
Thomas Gubler 2015-05-03 10:12:57 +02:00
commit 731bd97f39

View File

@ -170,7 +170,5 @@ void perf_reset_all(void)
*/
uint64_t perf_event_count(perf_counter_t handle)
{
return 0;
}