aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
Diffstat (limited to 'testhal')
-rw-r--r--testhal/SPC560Pxx/PWM-ICU/main.c2
-rw-r--r--testhal/SPC56ELxx/PWM-ICU/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/SPC560Pxx/PWM-ICU/main.c b/testhal/SPC560Pxx/PWM-ICU/main.c
index eb12cda0e..31ef444ee 100644
--- a/testhal/SPC560Pxx/PWM-ICU/main.c
+++ b/testhal/SPC560Pxx/PWM-ICU/main.c
@@ -37,7 +37,7 @@ static PWMConfig pwmcfg = {
{PWM_OUTPUT_ACTIVE_HIGH, pwmc1cb},
{PWM_OUTPUT_DISABLED, NULL}
},
- EDGE_ALIGNED_PWM
+ PWM_ALIGN_EDGE
};
icucnt_t last_width, last_period;
diff --git a/testhal/SPC56ELxx/PWM-ICU/main.c b/testhal/SPC56ELxx/PWM-ICU/main.c
index 65e2435be..e6ac6281f 100644
--- a/testhal/SPC56ELxx/PWM-ICU/main.c
+++ b/testhal/SPC56ELxx/PWM-ICU/main.c
@@ -37,7 +37,7 @@ static PWMConfig pwmcfg = {
{PWM_OUTPUT_ACTIVE_HIGH, pwmc1cb},
{PWM_OUTPUT_DISABLED, NULL}
},
- EDGE_ALIGNED_PWM
+ PWM_ALIGN_EDGE
};
icucnt_t last_width, last_period;