Skip to content

Commit d6a0b26

Browse files
committed
a small typo
1 parent 82da857 commit d6a0b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/hardware_specific/teensy/teensy4_mcu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ void write_pwm_on_pin(IMXRT_FLEXPWM_t *p, unsigned int submodule, uint8_t channe
569569
p->MCTRL |= FLEXPWM_MCTRL_LDOK(mask);
570570
}
571571

572-
#ifnef TEENSY4_FORCE_CENTER_ALIGNED_3PWM
572+
#ifdef TEENSY4_FORCE_CENTER_ALIGNED_3PWM
573573

574574
// function setting the high pwm frequency to the supplied pins
575575
// - BLDC motor - 3PWM setting

0 commit comments

Comments
 (0)