X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Framp_test.c;h=da09e6b02464800b45bc448b4cd19162c7eaca86;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=92de94056095da1426b55877230f6bc26d4e1dbe;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/algo/ramp_test.c b/bertos/algo/ramp_test.c index 92de9405..da09e6b0 100644 --- a/bertos/algo/ramp_test.c +++ b/bertos/algo/ramp_test.c @@ -10,7 +10,7 @@ * \version $Id$ * * \author Simone Zinanni - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Giovanni Bajo * \author Daniele Basile * @@ -105,6 +105,8 @@ #include "ramp.h" #include +#warning FIXME:Review and refactor this test.. + static bool ramp_test_single(uint32_t minFreq, uint32_t maxFreq, uint32_t length) { struct Ramp r;