Change the signal connected to the completeChanged signal
[bertos.git] / bertos / algo / ramp.h
index b1fe716fba0104c3f141355449aea2367a5bb08f..2ec9018af3d9f27c3b58b1c5f54ca27fcd75a6b2 100644 (file)
@@ -49,8 +49,9 @@
 #ifndef ALGO_RAMP_H
 #define ALGO_RAMP_H
 
+#include "hw/hw_stepper.h"
+
 #include <cfg/compiler.h>
-#include "hw_stepper.h"
 
 /**
  * Define whether the ramp will use floating point calculation within ramp_evaluate().
@@ -196,7 +197,9 @@ void ramp_default(struct Ramp *ramp);
 
 
 /** Self test */
-void ramp_test(void);
+int ramp_testSetup(void);
+int ramp_testRun(void);
+int ramp_testTearDown(void);
 
 #endif /* ALGO_RAMP_H */