exampleLowPassFilter2p: fixed simple typo error - now build success

This commit is contained in:
Grant Morphett 2015-08-28 15:41:54 +10:00 committed by Randy Mackay
parent cbfbd46547
commit 1b67e49df4

View File

@ -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()