From 70ad2130fe3ed617afab57422278acea89b173cd Mon Sep 17 00:00:00 2001 From: Kymkim Date: Mon, 25 Aug 2025 13:10:04 -0700 Subject: [PATCH] tpyo fix --- docs/firmware/firmware-architecture.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/firmware/firmware-architecture.md b/docs/firmware/firmware-architecture.md index b34abf10..05d7f9f5 100644 --- a/docs/firmware/firmware-architecture.md +++ b/docs/firmware/firmware-architecture.md @@ -54,9 +54,6 @@ After selecting a parent, the device transitions from **Inactive Mode → Module Devices already in Master or Module mode should respond to discovery queries with their current depth value. -Ooh\~ let’s make your UART DMA explanation sparkle ✨ I’ll clean it up, add clarity on why interrupts could be tricky, and make the flow a bit more structured. Here’s a polished version: - - # UART Queue with DMA Data transmission in this system is handled via **UART**. However, standard UART operations are **blocking**: