X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Framp.h;h=2ec9018af3d9f27c3b58b1c5f54ca27fcd75a6b2;hb=202e173ecdce67ba47b646308ae713b5801c56da;hp=202441f4c0736ca604b4b87e96e77bd543070b4c;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/algo/ramp.h b/bertos/algo/ramp.h index 202441f4..2ec9018a 100644 --- a/bertos/algo/ramp.h +++ b/bertos/algo/ramp.h @@ -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 */