From 95dd7d415f0ebd041a38aa5bb4c368fc95b85608 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 20 Feb 2015 09:22:12 +0100 Subject: LL40S driver: Signedness of ticks and comment fix. --- src/drivers/ll40ls/ll40ls.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers') diff --git a/src/drivers/ll40ls/ll40ls.cpp b/src/drivers/ll40ls/ll40ls.cpp index 569a65f41..8e2caf8a0 100644 --- a/src/drivers/ll40ls/ll40ls.cpp +++ b/src/drivers/ll40ls/ll40ls.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright (c) 2013 PX4 Development Team. All rights reserved. + * Copyright (c) 2014, 2015 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -140,7 +140,7 @@ private: work_s _work; RingBuffer *_reports; bool _sensor_ok; - int _measure_ticks; + unsigned _measure_ticks; bool _collect_phase; int _class_instance; -- cgit v1.2.3