diff options
Diffstat (limited to 'software')
-rw-r--r-- | software/double_tap_dontboot/double_tap_dontboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/double_tap_dontboot/double_tap_dontboot.c b/software/double_tap_dontboot/double_tap_dontboot.c index 7e290dc..575e748 100644 --- a/software/double_tap_dontboot/double_tap_dontboot.c +++ b/software/double_tap_dontboot/double_tap_dontboot.c @@ -76,7 +76,7 @@ int main(void) // PWM Red LED GPIO_REG(GPIO_IOF_EN) |= (1 << RED_LED); - GPIO_REG(GPIO_OUTPUT_XOR) &= ~(1 << RED_LED); + GPIO_REG(GPIO_OUTPUT_XOR) &= ~(1 << RED_LED); GPIO_REG(GPIO_IOF_SEL) |= (1 << RED_LED); GPIO_REG(GPIO_OUTPUT_VAL) &= ~(1 << GREEN_LED); |