X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fstepper.c;h=a7320794c40ff53f09a336d2e70a54f66f63e1cd;hb=024bf80e5f29e4de00d0813d23a4d3b67245ead7;hp=6614623d409b676b6ea3d8731bf90c11bbd4e4de;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/bertos/drv/stepper.c b/bertos/drv/stepper.c index 6614623d..a7320794 100644 --- a/bertos/drv/stepper.c +++ b/bertos/drv/stepper.c @@ -1,14 +1,36 @@ /** * \file * * * \brief Driver to control stepper motor * - * \version $Id$ - * * \author Francesco Michelini * \author Giovanni Bajo * \author Bernie Innocenti @@ -25,8 +47,8 @@ #include // Define logging setting (for cfg/log.h module). -#define LOG_LEVEL STEPPER_LOG_LEVEL -#define LOG_VERBOSITY STEPPER_LOG_VERBOSITY +#define LOG_LEVEL STEPPER_LOG_LEVEL +#define LOG_FORMAT STEPPER_LOG_FORMAT #include #include