mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 17:48:35 -04:00
exampleLowPassFilter2p: fixed simple typo error - now build success
This commit is contained in:
parent
cbfbd46547
commit
1b67e49df4
@ -18,7 +18,7 @@
|
||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||
|
||||
// craete an instance with 800Hz sample rate and 30Hz cutoff
|
||||
static LowPassFilter2pfloat low_pass_filter(800, 30);
|
||||
static LowPassFilter2pFloat low_pass_filter(800, 30);
|
||||
|
||||
// setup routine
|
||||
static void setup()
|
||||
|
Loading…
Reference in New Issue
Block a user