From: asterix Date: Thu, 22 May 2008 08:41:10 +0000 (+0000) Subject: Mark these test module with warning. X-Git-Tag: 2.0.0~608 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=e80f1174863653206e7f1bba43518c2b3afaec31;p=bertos.git Mark these test module with warning. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1326 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/algo/ramp_test.c b/bertos/algo/ramp_test.c index 92de9405..b96189b5 100644 --- a/bertos/algo/ramp_test.c +++ b/bertos/algo/ramp_test.c @@ -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; diff --git a/bertos/cpu/arm/drv/stepper_at91_hw_test.c b/bertos/cpu/arm/drv/stepper_at91_hw_test.c index b50ea2fe..f4214bc0 100644 --- a/bertos/cpu/arm/drv/stepper_at91_hw_test.c +++ b/bertos/cpu/arm/drv/stepper_at91_hw_test.c @@ -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