Mark these test module with warning.
[bertos.git] / bertos / algo / ramp_test.c
index 92de94056095da1426b55877230f6bc26d4e1dbe..b96189b5977d9932cbc2f0df91826f1465621540 100644 (file)
 #include "ramp.h"
 #include <cfg/debug.h>
 
+#warning FIXME:Review and refactor this test..
+
 static bool ramp_test_single(uint32_t minFreq, uint32_t maxFreq, uint32_t length)
 {
     struct Ramp r;