Mark these test module with warning.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 May 2008 08:41:10 +0000 (08:41 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 May 2008 08:41:10 +0000 (08:41 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1326 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/algo/ramp_test.c
bertos/cpu/arm/drv/stepper_at91_hw_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;
index b50ea2fe1b5b5fe4aaeca9fce98f84eccaf721ca..f4214bc01ce2873ee0907ba74edda743df0d5bfc 100644 (file)
@@ -49,9 +49,9 @@
 
 #include "appconfig.h"
 
-#warning This test are incomplete.. you MUST review..
-
+#warning FIXME:This test is incomplete.. you MUST review..
 
+#if 0
 static void stepper_test_irq_schedule(struct Stepper *motor, stepper_time_t delay)
 {
        stepper_tc_doPulse(motor->timer);
@@ -171,4 +171,5 @@ void stepper_timer_test_brute(void)
        //Enable timer and trig it
        TC2_CCR = BV(TC_CLKEN) | BV(TC_SWTRG);
 }
+#endif