new atmel studio setup

This commit is contained in:
Joey Castillo
2021-05-09 19:34:16 -07:00
parent 7e9ef16a18
commit 7f2f09d371
5 changed files with 7 additions and 8 deletions

View File

@@ -205,7 +205,8 @@ void watch_disable_led(Watch *watch) {
gpio_set_pin_function(GREEN, GPIO_PIN_FUNCTION_OFF);
pwm_disable(&PWM_0);
hri_mclk_clear_APBCMASK_TC3_bit(MCLK);
watch->led_enabled = false;
}