diff options
Diffstat (limited to 'testhal/AVR/SPI/mcuconf.h')
-rw-r--r-- | testhal/AVR/SPI/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/AVR/SPI/mcuconf.h b/testhal/AVR/SPI/mcuconf.h index cb40eb155..6bf30f02b 100644 --- a/testhal/AVR/SPI/mcuconf.h +++ b/testhal/AVR/SPI/mcuconf.h @@ -40,8 +40,8 @@ * PWM driver system settings.
*/
-#define AVR_PWM_USE_PWM1 FALSE
-#define AVR_PWM_USE_PWM2 FALSE
+#define AVR_PWM_USE_TIM1 FALSE
+#define AVR_PWM_USE_TIM2 FALSE
/*
* Serial driver system settings.
|