mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
uncrustify libraries/Filter/DerivativeFilter.h
This commit is contained in:
parent
973dcba9ab
commit
6bfccd13f8
@ -24,7 +24,8 @@ class DerivativeFilter : public FilterWithBuffer<T,FILTER_SIZE>
|
||||
{
|
||||
public:
|
||||
// constructor
|
||||
DerivativeFilter() : FilterWithBuffer<T,FILTER_SIZE>() {};
|
||||
DerivativeFilter() : FilterWithBuffer<T,FILTER_SIZE>() {
|
||||
};
|
||||
|
||||
// update - Add a new raw value to the filter, but don't recalculate
|
||||
virtual void update(T sample, uint32_t timestamp);
|
||||
|
Loading…
Reference in New Issue
Block a user