Filter: removed stdio.h

breaks AVR build
This commit is contained in:
Andrew Tridgell 2015-03-11 13:44:26 +11:00
parent e6a4b9f68c
commit b36122dec0

View File

@ -17,7 +17,6 @@
#ifndef LOWPASSFILTER2P_H
#define LOWPASSFILTER2P_H
#include <stdio.h>
/// @file LowPassFilter2p.h
/// @brief A class to implement a second order low pass filter