X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fstepper.c;h=a7320794c40ff53f09a336d2e70a54f66f63e1cd;hb=12a865a058c2c3da0e4da685158f3a506ffad876;hp=21667866e923b0d9dd01163ad9aafcf719ea851e;hpb=30ff891643f59b2fc5effd1c7ca7fa7816138d9d;p=bertos.git diff --git a/bertos/drv/stepper.c b/bertos/drv/stepper.c index 21667866..a7320794 100644 --- a/bertos/drv/stepper.c +++ b/bertos/drv/stepper.c @@ -1,17 +1,39 @@ /** * \file * * * \brief Driver to control stepper motor * - * \version $Id$ - * * \author Francesco Michelini * \author Giovanni Bajo - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Simone Zinanni * \author Daniele Basile */ @@ -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