Use correct inode_t type.
[bertos.git] / bertos / algo / ramp.h
index 202441f4c0736ca604b4b87e96e77bd543070b4c..2ec9018af3d9f27c3b58b1c5f54ca27fcd75a6b2 100644 (file)
@@ -197,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 */