LL40S driver: Signedness of ticks and comment fix.

This commit is contained in:
Lorenz Meier 2015-02-20 09:22:12 +01:00
parent 9d288a9a9a
commit 95dd7d415f

View File

@ -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;