X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fexamples%2Ftriface%2Fcfg%2Fcfg_pwm.h;h=68d62837c8ee73db35a3bf91e60acc068f465558;hb=7beb2301d361cbda67b3afa0b92aecc36943429b;hp=6627ee2d700113da25e140ccfd32ad9ee5fc7fc8;hpb=bf7b83a7ba537d9cc4ead0fa5e3c68648bff7597;p=bertos.git diff --git a/boards/triface/examples/triface/cfg/cfg_pwm.h b/boards/triface/examples/triface/cfg/cfg_pwm.h index 6627ee2d..68d62837 100644 --- a/boards/triface/examples/triface/cfg/cfg_pwm.h +++ b/boards/triface/examples/triface/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 */