X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_pwm.h;h=68d62837c8ee73db35a3bf91e60acc068f465558;hb=9ef4a00f57e1fa3cb605317df9cb617b976a1a2d;hp=6627ee2d700113da25e140ccfd32ad9ee5fc7fc8;hpb=4b3ac136e2d0ad9f1d1860b9ca1b355e242f0bb1;p=bertos.git diff --git a/bertos/cfg/cfg_pwm.h b/bertos/cfg/cfg_pwm.h index 6627ee2d..68d62837 100644 --- a/bertos/cfg/cfg_pwm.h +++ b/bertos/cfg/cfg_pwm.h @@ -31,7 +31,6 @@ * * \brief Configuration file for PWM module. * - * \version $Id$ * \author Daniele Basile */ @@ -54,4 +53,12 @@ */ #define PWM_LOG_FORMAT LOG_FMT_VERBOSE +/** + * Enable the OLD pwm API. + * Not recommended for new projects. + * + * $WIZ$ type = "boolean" + */ +#define CFG_PWM_ENABLE_OLD_API 1 + #endif /* CFG_PWM_H */