X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Fbenchmark%2Fsam3n-ek_kernel_footprint%2Fcfg%2Fcfg_pwm.h;fp=boards%2Fsam3n-ek%2Fbenchmark%2Fsam3n-ek_kernel_footprint%2Fcfg%2Fcfg_pwm.h;h=68d62837c8ee73db35a3bf91e60acc068f465558;hb=284a3dbeae9044ee5ab8f9f30a7e691120460379;hp=595189e64433402dfc0c33c2879385dee3f45351;hpb=55e0bd3abe4af67a82124bf5e97a708f24d5e240;p=bertos.git diff --git a/boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/cfg/cfg_pwm.h b/boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/cfg/cfg_pwm.h index 595189e6..68d62837 100644 --- a/boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/cfg/cfg_pwm.h +++ b/boards/sam3n-ek/benchmark/sam3n-ek_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 */