RS485 test

This commit is contained in:
2025-04-01 23:19:51 +08:00
parent da22e0eff9
commit a9599bae5e
3 changed files with 23 additions and 6 deletions

View File

@@ -28,5 +28,5 @@ void led_config(void) {
timer_enable(LED_BLINK_TIMER);
nvic_irq_enable(LED_BLINK_IRQ, 2);
nvic_irq_enable(LED_BLINK_IRQ, 3U);
}