X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Ftriface%2Fbenchmark%2Ftriface_kernel_footprint%2Fcfg%2Fcfg_pwm.h;h=68d62837c8ee73db35a3bf91e60acc068f465558;hb=56f2c002c50338f23f1b969ba51a43b0eb24f3da;hp=595189e64433402dfc0c33c2879385dee3f45351;hpb=1ad9c44812fff13515605ba9511f89b4dc9e9da6;p=bertos.git diff --git a/boards/triface/benchmark/triface_kernel_footprint/cfg/cfg_pwm.h b/boards/triface/benchmark/triface_kernel_footprint/cfg/cfg_pwm.h index 595189e6..68d62837 100644 --- a/boards/triface/benchmark/triface_kernel_footprint/cfg/cfg_pwm.h +++ b/boards/triface/benchmark/triface_kernel_footprint/cfg/cfg_pwm.h @@ -53,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 */